Merge pull request #166 from vkbo/fixes

Fixes
This commit is contained in:
Veronica K. Berglyd Olsen
2020-02-15 13:25:30 +01:00
committed by GitHub
+1 -1
View File
@@ -192,7 +192,7 @@ class NWProject():
return False
self.clearProject()
self.projPath = path.dirname(fileName)
self.projPath = path.abspath(path.dirname(fileName))
logger.debug("Opening project: %s" % self.projPath)
self.projMeta = path.join(self.projPath,"meta")