[ARVADOS] updated: 20b2859d2e4114b7224fa55d04d98a0fe3e16ef5

git at public.curoverse.com git at public.curoverse.com
Tue Aug 12 13:07:16 EDT 2014


Summary of changes:
 crunch_scripts/decompress-all.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  20b2859d2e4114b7224fa55d04d98a0fe3e16ef5 (commit)
      from  c5be0c3abd926adc54e0c1de65e8dfdd25a84ea1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 20b2859d2e4114b7224fa55d04d98a0fe3e16ef5
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Tue Aug 12 13:07:12 2014 -0400

    Fix syntax error in decompress-all.py  refs #3373

diff --git a/crunch_scripts/decompress-all.py b/crunch_scripts/decompress-all.py
index 9a286b2..cb4a433 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]

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list