[ARVADOS] updated: cec86eb60c65a0bc456614e59281ea184485f811

git at public.curoverse.com git at public.curoverse.com
Fri Jul 25 13:52:29 EDT 2014


Summary of changes:
 sdk/python/bin/arv-get | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  cec86eb60c65a0bc456614e59281ea184485f811 (commit)
      from  f2d60a7dc6767003ad8b821dc8029a7dd54deaac (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 cec86eb60c65a0bc456614e59281ea184485f811
Author: Tom Clegg <tom at curoverse.com>
Date:   Fri Jul 25 13:51:51 2014 -0400

    Do not remove /dev/stdout on interrupt signal. No issue #

diff --git a/sdk/python/bin/arv-get b/sdk/python/bin/arv-get
index 30beedc..7f07e22 100755
--- a/sdk/python/bin/arv-get
+++ b/sdk/python/bin/arv-get
@@ -215,7 +215,7 @@ for s,f,outfilename in todo:
             sys.stderr.write("%s  %s/%s\n"
                              % (digestor.hexdigest(), s.name(), f.name()))
     except KeyboardInterrupt:
-        if outfile:
+        if outfile and outfile != '/dev/stdout':
             os.unlink(outfilename)
         break
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list