Skip to content

Commit 44c6781

Browse files
committed
Simplify print arguments
1 parent ebf24ad commit 44c6781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def fix_executable(self, fname):
251251

252252
# At this point we're pretty sure the user is running NixOS
253253
nix_os_msg = "info: you seem to be running NixOS. Attempting to patch"
254-
print(" ".join([nix_os_msg, fname]))
254+
print(nix_os_msg, fname)
255255

256256
try:
257257
interpreter = subprocess.check_output(

0 commit comments

Comments
 (0)