We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d210bf commit cb67bf3Copy full SHA for cb67bf3
sphinxnotes/snippet/cli.py
@@ -101,7 +101,7 @@ def main(argv:List[str]=sys.argv[1:]) -> int:
101
102
# Load config from file
103
if args.config == DEFAULT_CONFIG_FILE and not path.isfile(DEFAULT_CONFIG_FILE):
104
- print('the default configuration file does not exist, ignore it', file=sys.stderr))
+ print('the default configuration file does not exist, ignore it', file=sys.stderr)
105
cfg = Config({})
106
else:
107
cfg = Config.load(args.config)
0 commit comments