Skip to content

Commit

Permalink
Try something else
Browse files Browse the repository at this point in the history
  • Loading branch information
adikhoff committed Oct 16, 2024
1 parent 1a5cadb commit 19484a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def build():
p_status = p.wait()

#This will give you the output of the command being executed
print("Command output: " + output)
print(f"Command output: {output}")

print(parser.epilog)

Expand Down

0 comments on commit 19484a8

Please sign in to comment.