mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-08 08:34:19 +00:00
Remove force=True from logging to support Python < 3.8
This commit is contained in:
parent
113818fd00
commit
accf0afb45
@ -131,7 +131,6 @@ def setup_logger(
|
||||
format=formatter,
|
||||
level=level,
|
||||
filemode="w",
|
||||
force=True,
|
||||
)
|
||||
if use_console:
|
||||
console = logging.StreamHandler()
|
||||
|
Loading…
x
Reference in New Issue
Block a user