[ARVADOS] updated: 4d14e7022ec51cc22ab6be278a0dc779457a8165

git at public.curoverse.com git at public.curoverse.com
Tue Aug 26 13:51:46 EDT 2014


Summary of changes:
 crunch_scripts/crunchutil/robust_put.py | 1 +
 1 file changed, 1 insertion(+)

       via  4d14e7022ec51cc22ab6be278a0dc779457a8165 (commit)
      from  a17b176ea55dc3820ef1bde4b99cf33c628ffbbe (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 4d14e7022ec51cc22ab6be278a0dc779457a8165
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Tue Aug 26 13:51:42 2014 -0400

    Fixed missing import in robust_put.  no issue #

diff --git a/crunch_scripts/crunchutil/robust_put.py b/crunch_scripts/crunchutil/robust_put.py
index 158ceb1..4ea9d56 100644
--- a/crunch_scripts/crunchutil/robust_put.py
+++ b/crunch_scripts/crunchutil/robust_put.py
@@ -2,6 +2,7 @@ import arvados
 import arvados.commands.put as put
 import os
 import logging
+import time
 
 def machine_progress(bytes_written, bytes_expected):
     return "upload wrote {} total {}\n".format(

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list