Skip to content
Snippets Groups Projects
Commit b35c5d63 authored by KERDREUX Jerome's avatar KERDREUX Jerome
Browse files

Fix indentation error

Grrrr
parent 4eedf721
No related branches found
No related tags found
No related merge requests found
...@@ -145,7 +145,7 @@ class MetaDB(object): ...@@ -145,7 +145,7 @@ class MetaDB(object):
# devices.pop(key) # devices.pop(key)
devices = {key: val for key, val in sorted(devices.items(), key = lambda ele: ele[0])} devices = {key: val for key, val in sorted(devices.items(), key = lambda ele: ele[0])}
self.cfg['devices'] = devices self.cfg['devices'] = devices
logger.info("Saving configuration file") logger.info("Saving configuration file")
self.cfg.write() self.cfg.write()
self.dirty = False self.dirty = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment