test script color scheme

This commit is contained in:
Zacharias-Brohn
2026-02-14 16:48:37 +01:00
parent 39e37b4c97
commit c5959c4d8e
+1 -1
View File
@@ -119,5 +119,5 @@ try:
generate_color_scheme(str(args.thumbnail), args.output) generate_color_scheme(str(args.thumbnail), args.output)
except Exception as e: except Exception as e:
print(f"Error: {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}") f.write(f"Error: {e}")