X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/409fe707a4d05f1986d7bb0c29ec977d19aa63f5..90501e4a6877d559d98bb94ce7b7825b463e055d:/sdk/python/bin/arv-get diff --git a/sdk/python/bin/arv-get b/sdk/python/bin/arv-get index 0059f3faef..272fa84a43 100755 --- a/sdk/python/bin/arv-get +++ b/sdk/python/bin/arv-get @@ -143,6 +143,8 @@ if not get_prefix: abort("failed to download '{}': {}".format(collection, error)) sys.exit(0) +reader.normalize() + # Scan the collection. Make an array of (stream, file, local # destination filename) tuples, and add up total size to extract. todo = []