Remove extra trailing newline in --raw mode output
authorTom Clegg <tom@clinicalfuture.com>
Mon, 16 Dec 2013 21:04:47 +0000 (13:04 -0800)
committerTom Clegg <tom@clinicalfuture.com>
Mon, 16 Dec 2013 21:30:14 +0000 (13:30 -0800)
sdk/python/bin/arv-put

index e6421fbfcc5e993e2efac6d3a2bc1fb7e06028b4..ce443b3c45b14ca1787fabf4f876d463319aea6d 100755 (executable)
@@ -189,7 +189,7 @@ if args.stream:
     print writer.manifest_text(),
 elif args.raw:
     writer.finish_current_stream()
-    print string.join(writer.data_locators(), ',') + '\n'
+    print string.join(writer.data_locators(), ',')
 else:
     # Register the resulting collection in Arvados.
     arvados.api().collections().create(