Skip to content

Commit c125f68

Browse files
authored
Requested changes (#4)
* adapt as requested in ExtensionIndex PR --------- Co-authored-by: Bryn Lloyd <[email protected]>
1 parent b17b0f2 commit c125f68

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

NeuroStrip.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ def installPythonDependencies() -> None:
3737
logging.info('Installation of neurostrip aborted by user')
3838
return
3939
slicer.util.pip_install("neurostrip[cpu]")
40-
41-
msg = "A restart is required"
42-
msg += "\nClick OK to restart 3D Slicer"
43-
if not slicer.util.confirmOkCancelDisplay(msg):
44-
logging.info('Restart of 3D Slicer aborted by user')
45-
return
46-
slicer.util.restart()
4740

4841

4942
#

0 commit comments

Comments
 (0)