We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c83ddc7 commit 834faa2Copy full SHA for 834faa2
pytextdist/__init__.py
@@ -31,7 +31,7 @@
31
logger_default_level = logging.INFO
32
33
if os.path.exists(logger_config_json_path):
34
- with open(logger_config_json_path, "rb") as f:
+ with open(logger_config_json_path, "r") as f:
35
config = json.load(f)
36
logging.config.dictConfig(config)
37
else:
0 commit comments