Merge branch '5990-arv-run-default-runtime' closes #5990
[arvados.git] / sdk / python / bin / arv-normalize
index 478a74c22f7a1d04ccb83493bc04cd25a307ecff..b059d79459278e4859cdd7221183f2b863a3e73b 100755 (executable)
@@ -34,4 +34,4 @@ if args.extract:
             if fn in s.files():
                 sys.stdout.write(s.files()[fn].as_manifest())
 else:
-    sys.stdout.write(cr.manifest_text(args.strip))
+    sys.stdout.write(cr.manifest_text(strip=args.strip, normalize=True))