Skip to content
Snippets Groups Projects
Commit 57fae15b authored by Timothee Besset's avatar Timothee Besset
Browse files

fix startup failure

parent 98827f53
No related branches found
No related tags found
No related merge requests found
......@@ -344,6 +344,7 @@ class DevkitService:
"/usr/share/steamos-devkit/steamos-devkit.conf",
os.path.join(os.path.expanduser('~'), '.config', PACKAGE, PACKAGE + '.conf')])
self.settings = {}
if 'Settings' in config:
settings = config["Settings"]
self.settings = dict(settings)
......
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