X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/93c7127afd21f82662e9b471e7c617ae8c59ad19..850bc55e74beb1d444bf518ce0be9cb0eacaa158:/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 = []