Swap inside fstring to double quote

This commit is contained in:
apaz-cli 2025-10-09 17:08:58 -05:00
parent c722c73e79
commit ca28eb3523

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)