Skip to content

Commit

Permalink
STYLE : change message to user to install lib
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelleLeroux authored and allemangD committed Jan 29, 2024
1 parent c7c7c5c commit 0df833f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ALI/ALI.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def install_function():
if libs_to_install:
message = "The following libraries are not installed or need updating:\n"
message += "\n".join([f"{lib}=={version}" if version else lib for lib, version in libs_to_install])
message += "\n\nDo you want to install/update these libraries?"
message += "\n\nDo you want to install/update these libraries?\n Doing it could break other modules"
user_choice = slicer.util.confirmYesNoDisplay(message)

if user_choice:
Expand Down

0 comments on commit 0df833f

Please sign in to comment.