about summary refs log tree commit diff
path: root/src/bootstrap/bootstrap.py
diff options
context:
space:
mode:
authorMilton Mazzarri <milmazz@gmail.com>2017-07-01 07:16:57 -0500
committerMilton Mazzarri <milmazz@gmail.com>2017-07-01 07:16:57 -0500
commit44c6781cefa71e06fbbedce782496426782246fc (patch)
treefa6b76b2b50be867e73977ee7cc1ee19e49b896d /src/bootstrap/bootstrap.py
parentebf24ad3e9e21ddf5b8b532f414026e6d511626c (diff)
downloadrust-44c6781cefa71e06fbbedce782496426782246fc.tar.gz
rust-44c6781cefa71e06fbbedce782496426782246fc.zip
Simplify print arguments
Diffstat (limited to 'src/bootstrap/bootstrap.py')
-rw-r--r--src/bootstrap/bootstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/bootstrap.py b/src/bootstrap/bootstrap.py
index 49e073dcc13..eaf2a40f2fa 100644
--- a/src/bootstrap/bootstrap.py
+++ b/src/bootstrap/bootstrap.py
@@ -251,7 +251,7 @@ class RustBuild(object):
 
         # At this point we're pretty sure the user is running NixOS
         nix_os_msg = "info: you seem to be running NixOS. Attempting to patch"
-        print(" ".join([nix_os_msg, fname]))
+        print(nix_os_msg, fname)
 
         try:
             interpreter = subprocess.check_output(