This commit is contained in:
Daniel Langbein 2020-12-06 17:21:44 +01:00
parent 93aa5d90ce
commit 1197cf1f87
2 changed files with 6 additions and 3 deletions

6
.idea/vcs.xml generated Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@ -30,8 +30,5 @@ def _getCfgFile() -> Path:
def _getCfgDir() -> Path: def _getCfgDir() -> Path:
return util.getProjectBase().joinpath('execNotifyDir').joinpath('config') return util.getProjectBase().joinpath('execNotifyDir').joinpath('config')
# DEBUG todo
print(_getCfgFile())
config: configparser.ConfigParser = configparser.ConfigParser() config: configparser.ConfigParser = configparser.ConfigParser()
config.read(_getCfgFile()) config.read(_getCfgFile())