We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5aa254 commit a9c95faCopy full SHA for a9c95fa
1 file changed
spin/__main__.py
@@ -62,7 +62,7 @@ def load_toml(filename):
62
63
if not toml_config:
64
click.secho(
65
- f"Could not load configuration from one of: {", ".join(config_filenames)}",
+ f"Could not load configuration from one of: {', '.join(config_filenames)}",
66
file=sys.stderr,
67
fg="red",
68
)
0 commit comments