file paths WIP
This commit is contained in:
parent
c7d92466b5
commit
cc50629c14
|
@ -22,7 +22,7 @@ with open(path.expanduser("~/.config/systrayUpdater/systrayUpdater.yml")) as f:
|
||||||
wait = int(conf['timer']) * 60000
|
wait = int(conf['timer']) * 60000
|
||||||
#icnPath = "~/.config/systrayUpdater/" + str(conf['icon'])
|
#icnPath = "~/.config/systrayUpdater/" + str(conf['icon'])
|
||||||
#icn = path.expanduser(icnPath)
|
#icn = path.expanduser(icnPath)
|
||||||
icn = path.expanduser("~/.config/systrayUpdater/") + str(conf['icon'])
|
icn = path.join(path.expanduser("~/.config/systrayUpdater/"), str(conf['icon']))
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
# Run checkupdates command
|
# Run checkupdates command
|
||||||
|
|
Loading…
Reference in New Issue