aboutsummaryrefslogtreecommitdiff
path: root/pgo_tools/create_chroot_and_generate_pgo_profile.py
diff options
context:
space:
mode:
Diffstat (limited to 'pgo_tools/create_chroot_and_generate_pgo_profile.py')
-rwxr-xr-xpgo_tools/create_chroot_and_generate_pgo_profile.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/pgo_tools/create_chroot_and_generate_pgo_profile.py b/pgo_tools/create_chroot_and_generate_pgo_profile.py
index b9e4c62c..c09cb4d8 100755
--- a/pgo_tools/create_chroot_and_generate_pgo_profile.py
+++ b/pgo_tools/create_chroot_and_generate_pgo_profile.py
@@ -231,9 +231,7 @@ def main(argv: List[str]):
if opts.upload:
pgo_tools.run(upload_command)
else:
- friendly_upload_command = " ".join(
- shlex.quote(str(x)) for x in upload_command
- )
+ friendly_upload_command = shlex.join(str(x) for x in upload_command)
logging.info(
"To upload the profile, run %r in %r",
friendly_upload_command,