diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-03-16 15:50:22 -0400 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-03-16 15:50:22 -0400 |
commit | 230b0116f4d026d321d73a89edfb11134f356a18 (patch) | |
tree | 622db2c4c1ebc00b74c6ada22ece325c2c0f6f27 /setup.py | |
parent | 73ced909545d3fca2679efd9a4eca7f69b36150b (diff) | |
download | b4-230b0116f4d026d321d73a89edfb11134f356a18.tar.gz |
Quickfix for running without any commandsv0.3.2
Don't backtrace if there are no commands passed on cmdline.
Reported-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() -VERSION = '0.3.1' +VERSION = '0.3.2' NAME = 'b4' setup( |