Merge branch 'master' into 3618-column-ordering
[arvados.git] / sdk / python / bin / arv-get
index 0059f3faef01046cfbdb308a5f72bea071d58ea6..272fa84a430f4c8c54f5d8d33a75b13f7525a81e 100755 (executable)
@@ -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 = []