mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-01-20 23:50:31 +01:00
change a todo to note
This commit is contained in:
parent
a6e10dd6f5
commit
2037921ee6
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Reference in a new issue