some little fixes

This commit is contained in:
Bastian Schroll 2019-03-03 19:14:00 +01:00
parent 4b69b08028
commit 3feda678e2
5 changed files with 5 additions and 2 deletions

View file

@ -14,6 +14,7 @@
@author: Bastian Schroll
@description: BOSWatch server application
"""
# pylint: disable=wrong-import-position
from boswatch.utils import paths
if not paths.makeDirIfNotExist(paths.LOG_PATH):