]> kaliko git repositories - mpd-sima.git/blobdiff - sima/launch.py
Clean some linter warnings and errors
[mpd-sima.git] / sima / launch.py
index 1757d2bcee717d1780d272c8e24fed977ee0dedd..4b77f89a29c5320212b1fe72e16f02701735eda7 100644 (file)
@@ -148,7 +148,8 @@ def start(sopt, restart=False):
     for cplgn in core_plugins:
         logger.debug('Register core %(name)s (%(doc)s)', cplgn.info())
         sima.register_core_plugin(cplgn)
-    logger.debug('core loaded, prioriy: %s', ' > '.join(map(str, sima.core_plugins)))
+    logger.debug('core loaded, prioriy: %s',
+                 ' > '.join(map(str, sima.core_plugins)))
 
     #  Loading internal plugins
     load_plugins(sima, 'internal')
@@ -188,6 +189,7 @@ def run(sopt, restart=False):
     except Exception:  # Unhandled exception
         exception_log()
 
+
 # Script starts here
 def main():
     """Entry point"""