Skip to content

Commit

Permalink
bugfix: variable not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Oct 10, 2024
1 parent dc7bb81 commit bc0665a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/napari_simpleitk_image_processing/_bia_bob_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def list_bia_bob_plugins():
except:
pass

basic_hints = ""
if not good_alternative_installed:
basic_hints = """
Expand Down Expand Up @@ -86,6 +87,7 @@ def list_bia_bob_plugins():
nsitk is a Python library that processes images using SimpleITK.
When you use it, you always start by importing the library: `import napari_simpleitk_image_processing as nsitk`.
When asked for how to use nsitk, you can adapt one of the following code snippets:
{basic_hints}
{advanced_hints}
"""

0 comments on commit bc0665a

Please sign in to comment.