mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-01 16:58:10 +00:00
this?
This commit is contained in:
parent
7ca3c86a35
commit
ec92f0362d
@ -119,7 +119,7 @@ def parse_or_exit_with_explanation(argv, stdout=sys.stdout):
|
||||
msg = e.args[0].decode(get_io_encoding())
|
||||
except Exception:
|
||||
msg = repr(e)
|
||||
for f in stdout, open("debug.txt", "wt"):
|
||||
for f in stdout, open("debug.txt", "wb"):
|
||||
print("%s: %s\n" % (sys.argv[0], quote_output(msg, quotemarks=False)), file=f)
|
||||
sys.exit(1)
|
||||
return config
|
||||
|
Loading…
x
Reference in New Issue
Block a user