mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-22 02:16:42 +00:00
Merge branch '3564.eliot-log-testing-python-3' into 3566.web-tests-python-3-part-2
This commit is contained in:
commit
cabfdadc20
@ -113,4 +113,5 @@ if sys.platform == "win32":
|
|||||||
initialize()
|
initialize()
|
||||||
|
|
||||||
from eliot import to_file
|
from eliot import to_file
|
||||||
to_file(open("eliot.log", "w"))
|
from allmydata.util.jsonbytes import BytesJSONEncoder
|
||||||
|
to_file(open("eliot.log", "w"), encoder=BytesJSONEncoder)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user