[ARVADOS] updated: c2e491ff35fe12d895587a6e7cf0cc9f1f7bfcd9

git at public.curoverse.com git at public.curoverse.com
Thu Sep 25 15:09:46 EDT 2014


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

       via  c2e491ff35fe12d895587a6e7cf0cc9f1f7bfcd9 (commit)
      from  11b71c18e7506374953119d717f7c4e8c52f8bc4 (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 c2e491ff35fe12d895587a6e7cf0cc9f1f7bfcd9
Author: Tim Pierce <twp at curoverse.com>
Date:   Thu Sep 25 15:09:25 2014 -0400

    bug fix: args_retries => args.retries
    
    No issue #

diff --git a/sdk/python/arvados/commands/keepdocker.py b/sdk/python/arvados/commands/keepdocker.py
index d0f60bf..c091374 100644
--- a/sdk/python/arvados/commands/keepdocker.py
+++ b/sdk/python/arvados/commands/keepdocker.py
@@ -254,7 +254,7 @@ def main(arguments=None):
                     filters=[['link_class', '=', 'docker_image_repo+tag'],
                              ['name', '=', image_repo_tag],
                              ['head_uuid', 'in', collections]]
-                    ).execute(num_retries=args_retries)['items']) if image_repo_tag else []
+                    ).execute(num_retries=args.retries)['items']) if image_repo_tag else []
 
                 # Filter on elements owned by the parent project
                 owned_col = [c for c in collections if c['owner_uuid'] == parent_project_uuid]

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list