Skip to content

Commit

Permalink
Merge pull request #892 from opengisch/fixlambda
Browse files Browse the repository at this point in the history
Fix python error wrapped C/C++ object of type xy has been deleted
  • Loading branch information
signedav authored Mar 9, 2024
2 parents 2f0fa4b + 1f2c335 commit 5020535
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions QgisModelBaker/gui/workflow_wizard/project_creation_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,7 @@ def _use_existing(self, state):
)
# wait before activating until end of refreshment
self.workflow_wizard.busy(self, True, self.tr("Refresh repository data..."))
self.ilitoppingcache.model_refreshed.connect(
lambda: self._enable_topping_selection(True)
)
self.ilitoppingcache.model_refreshed.connect(self._enable_topping_selection)
self.ilitoppingcache.refresh()

completer = QCompleter(
Expand Down

0 comments on commit 5020535

Please sign in to comment.