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 51cb6b8 commit 9b94054Copy full SHA for 9b94054
contrib/linearize/linearize-hashes.py
@@ -140,7 +140,7 @@ def get_rpc_cookie():
140
if 'datadir' in settings and not use_userpass:
141
use_datadir = True
142
if not use_userpass and not use_datadir:
143
- print("Missing datadir or username and/or password in cfg file", file=stderr)
+ print("Missing datadir or username and/or password in cfg file", file=sys.stderr)
144
sys.exit(1)
145
146
settings['port'] = int(settings['port'])
0 commit comments