X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c5be0c3abd926adc54e0c1de65e8dfdd25a84ea1..20b2859d2e4114b7224fa55d04d98a0fe3e16ef5:/crunch_scripts/decompress-all.py diff --git a/crunch_scripts/decompress-all.py b/crunch_scripts/decompress-all.py index 9a286b2c66..cb4a433d58 100755 --- a/crunch_scripts/decompress-all.py +++ b/crunch_scripts/decompress-all.py @@ -55,7 +55,7 @@ if m != None: out.write_directory_tree(outdir, max_manifest_depth=0) task.set_output(out.finish()) else: - return rc + sys.exit(rc) else: streamreader = filter(lambda s: s.name() == streamname, cr.all_streams())[0] filereader = streamreader.files()[filename]