mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-11 08:30:57 +00:00
parent
6b70fa9794
commit
151788e48a
@ -135,7 +135,7 @@ class Config(object):
|
||||
Read the configuration files.
|
||||
"""
|
||||
|
||||
parsed_files = self._config.read(self._files)
|
||||
parsed_files = self._config.read(self._files, encoding="utf-8")
|
||||
if not parsed_files:
|
||||
log.warning("No configuration file could be found or read")
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user