1
0
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:
Julien Duponchelle 2015-02-13 17:34:22 +01:00
parent ee019caa37
commit 821eb5e92b

View File

@ -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.