From c5959c4d8e94e7d6b3e79e184d60400cb9928307 Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Sat, 14 Feb 2026 16:48:37 +0100 Subject: [PATCH] test script color scheme --- scripts/SchemeColorGen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/SchemeColorGen.py b/scripts/SchemeColorGen.py index b9c3b3f..0faea61 100644 --- a/scripts/SchemeColorGen.py +++ b/scripts/SchemeColorGen.py @@ -119,5 +119,5 @@ try: generate_color_scheme(str(args.thumbnail), args.output) except Exception as e: print(f"Error: {e}") - with open(args.output + ".txt", "w") as f: + with open(args.output, "w") as f: f.write(f"Error: {e}")