Added appPath and homePath to debug output

This commit is contained in:
Veronica K. B. Olsen
2020-05-09 18:37:38 +02:00
parent 7f6c808c97
commit 3e0bcfdb1c
+3
View File
@@ -227,6 +227,9 @@ class Config:
self.iconPath = path.join(self.assetPath,"icons")
self.appIcon = path.join(self.iconPath, nwFiles.APP_ICON)
logger.verbose("App path: %s" % self.appPath)
logger.verbose("Home path: %s" % self.homePath)
# If config folder does not exist, make it.
# This assumes that the os config folder itself exists.
if not path.isdir(self.confPath):