Skip to content
Snippets Groups Projects
Commit 0b0d7855 authored by sguazt's avatar sguazt
Browse files

Merge branch 'master' of gitlab.di.unipmn.it:DCS/easycloud

parents 512b72d7 ad1631a0
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,9 @@ class MetaConfManager(ABC):
self._config_file = os.path.join(os.path.dirname(os.path.realpath(__file__)), os.pardir, "modules", platform, "settings.cfg")
else:
self._config_file = config_file
self.parser.read(self._config_file)
self.parser.read(open(self._config_file, "r"))
self.read_login_data()
self.read_platform_options()
self.read_options()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment