X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/409fe707a4d05f1986d7bb0c29ec977d19aa63f5..5141c3ee23e89696773e227a93236ef2a51543c2:/sdk/python/bin/arv-get?ds=sidebyside 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 = []