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 3dde94f commit 8d95223Copy full SHA for 8d95223
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')
+ 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