Skip to content

Commit

Permalink
Merge pull request #766 from kartoza/timlinux/issue765
Browse files Browse the repository at this point in the history
Fix error during upgrade
  • Loading branch information
timlinux authored Jan 14, 2025
2 parents 6305b03 + 8246988 commit 9f6be29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "Kartoza",
"email": "[email protected]",
"description": "Gender Enabling Environments Spatial Tool",
"version": "0.4.5",
"version": "0.4.6",
"changelog": "",
"server": false
}
Expand Down
3 changes: 3 additions & 0 deletions geest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ def initGui(self): # pylint: disable=missing-function-docstring
)
self.tests_action.triggered.connect(self.run_tests)
self.iface.addToolBarIcon(self.tests_action)
else:
self.tests_action = None
self.debug_action = None

debug_env = int(os.getenv("GEEST_DEBUG", 0))
if debug_env:
Expand Down

0 comments on commit 9f6be29

Please sign in to comment.