Skip to content

Commit

Permalink
change(quality): add parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jul 31, 2024
1 parent 1ffe51b commit ff68e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtribu/plugin_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def initGui(self):
self.iface.registerOptionsWidgetFactory(self.options_factory)

# toolbar
self.toolbar = self.iface.addToolBar(self.tr("Geotribu toolbar"))
self.toolbar = self.iface.addToolBar(name=self.tr("Geotribu toolbar"))

# -- Forms
self.form_article = None
Expand Down

0 comments on commit ff68e01

Please sign in to comment.