Simplify print arguments

This commit is contained in:
Milton Mazzarri 2017-07-01 07:16:57 -05:00
parent ebf24ad3e9
commit 44c6781cef
No known key found for this signature in database
GPG Key ID: 9F4193F2B5A558FE

View File

@ -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(