Swap inside fstring to double quote (#442)

This commit is contained in:
apaz
2025-10-09 23:48:03 -05:00
committed by GitHub
parent f5c5e31691
commit 932042b62c
+1 -1
View File
@@ -503,7 +503,7 @@ def run():
print(f'Error: invalid hex color "{color}"')
preset = ColorProfile(colors)
else:
print(f'Preset should be a comma-separated list of hex colors, or one of the following: {', '.join(sorted(PRESETS.keys()))}')
print(f'Preset should be a comma-separated list of hex colors, or one of the following: {", ".join(sorted(PRESETS.keys()))}')
if preset is None:
exit(1)