[ARVADOS] updated: a2cfa777daee2cf7775c8a24cde16fdc2f48060d

git at public.curoverse.com git at public.curoverse.com
Wed Jan 15 15:20:13 EST 2014


Summary of changes:
 sdk/python/bin/arv-get |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

       via  a2cfa777daee2cf7775c8a24cde16fdc2f48060d (commit)
      from  343892aa0ef79cf607abbfd85a04a612990022e1 (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 a2cfa777daee2cf7775c8a24cde16fdc2f48060d
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Wed Jan 15 15:20:53 2014 -0500

    arv-get replaces spaces in get_prefix with \040 to match the manifest.  Refs #1849

diff --git a/sdk/python/bin/arv-get b/sdk/python/bin/arv-get
index 4154a3d..1025b8c 100755
--- a/sdk/python/bin/arv-get
+++ b/sdk/python/bin/arv-get
@@ -130,6 +130,8 @@ if not get_prefix:
         logger.error(e)
         sys.exit(1)
 
+get_prefix = get_prefix.replace(' ', '\\040')
+
 reader = arvados.CollectionReader(collection)
 
 # Scan the collection. Make an array of (stream, file, local

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list