Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: jaimergp <jaimergp@users.noreply.github.com>
  • Loading branch information
dalthviz and jaimergp authored Nov 15, 2024
1 parent f170c47 commit e5c1e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napari_plugin_manager/base_qt_plugin_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def _handle_plugin_api_version(self, plugin_api_version):
raise NotImplementedError

Check warning on line 222 in napari_plugin_manager/base_qt_plugin_dialog.py

View check run for this annotation

Codecov / codecov/patch

napari_plugin_manager/base_qt_plugin_dialog.py#L222

Added line #L222 was not covered by tests

def set_status(self, icon=None, text=''):
"""Set the status icon and text. next to the package name."""
"""Set the status icon and text next to the package name."""
if icon:
self.status_icon.setPixmap(icon)

Expand Down

0 comments on commit e5c1e63

Please sign in to comment.