mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 07:06:41 +00:00
Make sure it always goes to stderr.
This commit is contained in:
parent
9b6067dcd1
commit
070691caa2
@ -185,8 +185,8 @@ def _maybe_enable_eliot_logging(options, reactor):
|
||||
|
||||
def run():
|
||||
if six.PY3:
|
||||
warnings.warn("Support for Python 3 is an incomplete work-in-progress."
|
||||
" Use at your own risk.")
|
||||
print("Support for Python 3 is an incomplete work-in-progress."
|
||||
" Use at your own risk.", file=sys.stderr)
|
||||
|
||||
if sys.platform == "win32":
|
||||
from allmydata.windows.fixups import initialize
|
||||
|
Loading…
Reference in New Issue
Block a user