change a todo to note

This commit is contained in:
Bastian Schroll 2018-09-19 15:09:30 +02:00
parent a6e10dd6f5
commit 2037921ee6

View file

@ -21,7 +21,7 @@ import platform
logging.debug("- %s loaded", __name__)
# todo searching for root part is not a nice solution atm
# note searching for root part is not a nice solution atm
ROOT_PATH = os.path.dirname(sys.modules['boswatch'].__file__).replace("\\", "/") + "/../"
if platform.system() == "Linux":