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
|
||||
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(
|
||||
|
Loading…
Reference in New Issue
Block a user