Merge branch 'fixes' into compile_novel

This commit is contained in:
Veronica K. B. Olsen
2020-05-11 00:07:16 +02:00
2 changed files with 19 additions and 15 deletions
+3
View File
@@ -228,6 +228,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):