mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-13 20:08:55 +00:00
Repare config file loading
This commit is contained in:
parent
ee019caa37
commit
821eb5e92b
@ -182,7 +182,7 @@ class Config(object):
|
||||
self._override_config[section] = content
|
||||
|
||||
@staticmethod
|
||||
def instance(files=[]):
|
||||
def instance(files=None):
|
||||
"""
|
||||
Singleton to return only on instance of Config.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user