Skip to content

Commit

Permalink
black fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Hörteborn committed Aug 28, 2024
1 parent 18c1377 commit d58ba9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a00_qpip/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def __init__(self, iface, plugin_path=None):
dialog, run_gui = self.check_deps(additional_plugins=[])
if run_gui:
self.promt_install(dialog)
self.save_settings(dialog)
self.save_settings(dialog)

def initGui(self):
self.check_action = QAction(icon("qpip.svg"), "Run dependencies check now")
Expand Down

0 comments on commit d58ba9e

Please sign in to comment.