From 19484a8929d8c1ba00efe957d961322c17bd7b16 Mon Sep 17 00:00:00 2001 From: Arjan Dikhoff Date: Wed, 16 Oct 2024 16:28:38 +0200 Subject: [PATCH] Try something else --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)