Fix bug in options file conversion
This commit is contained in:
@@ -255,14 +255,13 @@ class NWProject(QObject):
|
||||
build the tree of project items.
|
||||
"""
|
||||
self.clearProject()
|
||||
logger.info("Opening project: %s", projPath)
|
||||
if not self._storage.openProjectInPlace(projPath):
|
||||
self.mainGui.makeAlert(self.tr(
|
||||
"Could not open project with path: {0}"
|
||||
).format(projPath), nwAlert.ERROR)
|
||||
return False
|
||||
|
||||
logger.info("Opening project: %s", projPath)
|
||||
|
||||
# Project Lock
|
||||
# ============
|
||||
|
||||
|
||||
Reference in New Issue
Block a user