diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/execNotifyDir/config.py b/execNotifyDir/config.py index 0cb17bd..533ff12 100644 --- a/execNotifyDir/config.py +++ b/execNotifyDir/config.py @@ -30,8 +30,5 @@ def _getCfgFile() -> Path: def _getCfgDir() -> Path: return util.getProjectBase().joinpath('execNotifyDir').joinpath('config') -# DEBUG todo -print(_getCfgFile()) - config: configparser.ConfigParser = configparser.ConfigParser() config.read(_getCfgFile())