[ARVADOS] updated: 54ae96cf01a16cc57f1b40bb2bfbbddcc95d7b5b

git at public.curoverse.com git at public.curoverse.com
Mon May 26 08:53:34 EDT 2014


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

       via  54ae96cf01a16cc57f1b40bb2bfbbddcc95d7b5b (commit)
      from  536f5fa8d8deb3c04dfc296a15a179d5c08c1757 (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 54ae96cf01a16cc57f1b40bb2bfbbddcc95d7b5b
Author: Brett Smith <brett at curoverse.com>
Date:   Mon May 26 08:53:21 2014 -0400

    2752: Fix arg parser typo.
    
    This is a fixup for 6c56a891.

diff --git a/sdk/python/arvados/commands/put.py b/sdk/python/arvados/commands/put.py
index e113bbd..4568565 100644
--- a/sdk/python/arvados/commands/put.py
+++ b/sdk/python/arvados/commands/put.py
@@ -108,7 +108,7 @@ def parse_arguments(arguments):
     total data size).
     """)
 
-    group = arg_parser.add_mutually_exclusive_group()
+    group = parser.add_mutually_exclusive_group()
     group.add_argument('--resume', action='store_true', default=True,
                        help="""
     Continue interrupted uploads from cached state (default).

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list