6844: Skip uselessly writing unsigned manifest to Keep.
authorTom Clegg <tom@clinicalfuture.com>
Fri, 7 Aug 2015 03:30:31 +0000 (03:30 +0000)
committerTom Clegg <tom@curoverse.com>
Fri, 7 Aug 2015 05:40:49 +0000 (01:40 -0400)
sdk/python/arvados/commands/arv_copy.py

index c5749cce5e860c5ee251f8f3bfa5616befa2c7d4..2543ad4339a4e1658e9fb662bb9a6d4bcc380454 100755 (executable)
@@ -580,7 +580,6 @@ def copy_collection(obj_uuid, src, dst, args):
     # Copy the manifest and save the collection.
     logger.debug('saving %s with manifest: <%s>', obj_uuid, dst_manifest)
 
-    dst_keep.put(dst_manifest.encode('utf-8'))
     c['manifest_text'] = dst_manifest
     return create_collection_from(c, src, dst, args)