From aca20faf18aa40455e9f755e823547712f5696d6 Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Thu, 20 Sep 2018 08:02:42 +0200 Subject: [PATCH] add comment --- boswatch/utils/paths.py | 1 + 1 file changed, 1 insertion(+) diff --git a/boswatch/utils/paths.py b/boswatch/utils/paths.py index c553e3a..b1078de 100644 --- a/boswatch/utils/paths.py +++ b/boswatch/utils/paths.py @@ -24,6 +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 if platform.system() == "Linux": LOG_PATH = "/var/log/boswatch/" else: