Simplify print arguments
This commit is contained in:
parent
ebf24ad3e9
commit
44c6781cef
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue