Minor changes for testing on non-Linux platforms #1838

Merged
g1itch merged 4 commits from windows-test into v0.6 2021-09-05 14:22:43 +02:00
Showing only changes of commit e03b1dfa38 - Show all commits

View File

@ -29,7 +29,7 @@ format=%(asctime)s {1} %(message)s
class=FileHandler
level=NOTSET
formatter=default
args=('{0}', 'w')
args=({0!r}, 'w')
[logger_root]
level=DEBUG