[ARVADOS] updated: 1d45536fa815efe3cb2eba4d00fb4d368b5dfbca
git at public.curoverse.com
git at public.curoverse.com
Tue Mar 3 11:38:32 EST 2015
Summary of changes:
sdk/python/arvados/commands/arv_copy.py | 2 --
1 file changed, 2 deletions(-)
via 1d45536fa815efe3cb2eba4d00fb4d368b5dfbca (commit)
from 83562734c781379665e3a337bce5b548afc88681 (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 1d45536fa815efe3cb2eba4d00fb4d368b5dfbca
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Tue Mar 3 11:42:10 2015 -0500
5305: Remove erroneous comment
diff --git a/sdk/python/arvados/commands/arv_copy.py b/sdk/python/arvados/commands/arv_copy.py
index a99e283..9e6d431 100755
--- a/sdk/python/arvados/commands/arv_copy.py
+++ b/sdk/python/arvados/commands/arv_copy.py
@@ -472,8 +472,6 @@ def copy_collection(obj_uuid, src, dst, args):
# Didn't find any collections located in the same project, so
# pick the oldest collection that has a name assigned to it.
for i in items:
- # See if there is a collection that's in the same project
- # as the root item (usually a pipeline) being copied.
if i.get("name"):
c = i
break
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list