[ARVADOS] updated: 7bd9cd28b4c655dc2774614e65241a33fc4ca839
git at public.curoverse.com
git at public.curoverse.com
Mon Apr 6 11:38:49 EDT 2015
Summary of changes:
sdk/python/arvados/commands/arv_copy.py | 1 +
1 file changed, 1 insertion(+)
via 7bd9cd28b4c655dc2774614e65241a33fc4ca839 (commit)
from 635229a6fc82daa82729f602612054616874916f (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 7bd9cd28b4c655dc2774614e65241a33fc4ca839
Author: Brett Smith <brett at curoverse.com>
Date: Mon Apr 6 11:38:08 2015 -0400
Add missing global declaration in arv-copy.
No issue #.
diff --git a/sdk/python/arvados/commands/arv_copy.py b/sdk/python/arvados/commands/arv_copy.py
index 75f8ca9..6632cfd 100755
--- a/sdk/python/arvados/commands/arv_copy.py
+++ b/sdk/python/arvados/commands/arv_copy.py
@@ -139,6 +139,7 @@ def main():
exit(0)
def set_src_owner_uuid(resource, uuid, args):
+ global src_owner_uuid
c = resource.get(uuid=uuid).execute(num_retries=args.retries)
src_owner_uuid = c.get("owner_uuid")
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list