mirror of
https://codeberg.org/privacy1st/exec-notify
synced 2024-12-22 23:16:04 +01:00
fix
This commit is contained in:
parent
93aa5d90ce
commit
1197cf1f87
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal 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>
|
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user