test script color scheme
This commit is contained in:
@@ -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}")
|
||||||
|
|||||||
Reference in New Issue
Block a user