mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02: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