mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 03:38:29 +00:00
Simplify print arguments
This commit is contained in:
parent
ebf24ad3e9
commit
44c6781cef
@ -251,7 +251,7 @@ class RustBuild(object):
|
|||||||
|
|
||||||
# At this point we're pretty sure the user is running NixOS
|
# 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"
|
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:
|
try:
|
||||||
interpreter = subprocess.check_output(
|
interpreter = subprocess.check_output(
|
||||||
|
Loading…
Reference in New Issue
Block a user