Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Jan 23, 2023
1 parent c04bc84 commit 2730d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qgis_geonode/gui/geonode_data_source_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ def _hide_core_geonode_provider_from_data_source_dialog(self):
provider_stack_widget: QtWidgets.QStackedWidget = self.parent().findChild(
QtWidgets.QStackedWidget, "mOptionsStackedWidget"
)

for row in range(provider_stack_widget.count()):
dialog = provider_stack_widget.widget(row)
if dialog.windowTitle().lower().find("geonode") > -1:
Expand Down

0 comments on commit 2730d84

Please sign in to comment.