Do not try to predict uuid of new collection. refs #3261 refs #3504
authorTom Clegg <tom@curoverse.com>
Mon, 18 Aug 2014 17:23:03 +0000 (13:23 -0400)
committerTom Clegg <tom@curoverse.com>
Mon, 18 Aug 2014 17:23:03 +0000 (13:23 -0400)
sdk/python/arvados/commands/put.py

index d3efa63a9bf4f71b0f60f35e3fac457b8b418fbf..335ef174de6dcb860f6d13ee9ec32e330d54cc31 100644 (file)
@@ -447,7 +447,6 @@ def main(arguments=None, stdout=sys.stdout, stderr=sys.stderr):
         # Register the resulting collection in Arvados.
         collection = arvados.api().collections().create(
             body={
-                'uuid': writer.finish(),
                 'manifest_text': writer.manifest_text(),
                 },
             ).execute()