fix namespace
authorTom Clegg <tom@clinicalfuture.com>
Wed, 17 Jul 2013 01:50:53 +0000 (21:50 -0400)
committerTom Clegg <tom@clinicalfuture.com>
Wed, 17 Jul 2013 01:50:53 +0000 (21:50 -0400)
crunch_scripts/collection-merge

index b377d0139847614e929f2f879bce7e18aa6690bc..50e90f7f0aa1d53fc65711a0ec5963e929bd736c 100644 (file)
@@ -10,4 +10,4 @@ out_manifest = ''
 for locator in inputs:
     out_manifest += arvados.CollectionReader(locator).manifest_text()
 
-arvados.current_task().set_output(Keep.put(out_manifest))
+arvados.current_task().set_output(arvados.Keep.put(out_manifest))