From cc50629c1436b4255c2da0064ce87ece1add4313 Mon Sep 17 00:00:00 2001 From: airclay Date: Sat, 4 Sep 2021 16:49:34 -0500 Subject: [PATCH] file paths WIP --- systrayUpdater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systrayUpdater.py b/systrayUpdater.py index 5de593f..3617969 100755 --- a/systrayUpdater.py +++ b/systrayUpdater.py @@ -22,7 +22,7 @@ with open(path.expanduser("~/.config/systrayUpdater/systrayUpdater.yml")) as f: wait = int(conf['timer']) * 60000 #icnPath = "~/.config/systrayUpdater/" + str(conf['icon']) #icn = path.expanduser(icnPath) - icn = path.expanduser("~/.config/systrayUpdater/") + str(conf['icon']) + icn = path.join(path.expanduser("~/.config/systrayUpdater/"), str(conf['icon'])) f.close() # Run checkupdates command