[ARVADOS] updated: 809a3785297f5460602888c2ddacec6fe0976589

git at public.curoverse.com git at public.curoverse.com
Thu Dec 10 15:46:26 EST 2015


Summary of changes:
 sdk/python/arvados/commands/run.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  809a3785297f5460602888c2ddacec6fe0976589 (commit)
      from  f12663164dc6488cf42a8239c9a18f06244a8bd2 (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 809a3785297f5460602888c2ddacec6fe0976589
Author: Brett Smith <brett at curoverse.com>
Date:   Thu Dec 10 15:46:24 2015 -0500

    7960: Fix typo in arv-run option reference.
    
    Closes #7960.

diff --git a/sdk/python/arvados/commands/run.py b/sdk/python/arvados/commands/run.py
index 8815565..5c8bced 100644
--- a/sdk/python/arvados/commands/run.py
+++ b/sdk/python/arvados/commands/run.py
@@ -238,7 +238,7 @@ def main(arguments=None):
 
     files = [c for command in slots[1:] for c in command if isinstance(c, UploadFile)]
     if files:
-        uploadfiles(files, api, dry_run=args.dry_run, num_retries=args.num_retries, project=project)
+        uploadfiles(files, api, dry_run=args.dry_run, num_retries=args.retries, project=project)
 
     for i in xrange(1, len(slots)):
         slots[i] = [("%s%s" % (c.prefix, c.fn)) if isinstance(c, ArvFile) else c for c in slots[i]]

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list