diff --git a/build.py b/build.py index 6bcab7346c0..acae9bf5745 100644 --- a/build.py +++ b/build.py @@ -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)