diff --git a/boswatch/utils/paths.py b/boswatch/utils/paths.py index b1078de..d9cfb48 100644 --- a/boswatch/utils/paths.py +++ b/boswatch/utils/paths.py @@ -24,7 +24,7 @@ logging.debug("- %s loaded", __name__) # note searching for root part is not a nice solution atm ROOT_PATH = os.path.dirname(sys.modules['boswatch'].__file__).replace("\\", "/") + "/../" -# here a system adaption for the paths can be implemented +# implements a system adaption for the paths if platform.system() == "Linux": LOG_PATH = "/var/log/boswatch/" else: