Skip to content

Commit 2f60913

Browse files
committed
Temporarily simply test process in coverage tests
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
1 parent 5aeb06a commit 2f60913

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

monai/utils/module.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ def load_submodules(
195195
pass # could not import the optional deps., they are ignored
196196
except ImportError as e:
197197
msg = (
198+
f"\nError on import of {name}\n"
198199
"\nMultiple versions of MONAI may have been installed?\n"
199200
"Please see the installation guide: https://monai.readthedocs.io/en/stable/installation.html\n"
200201
) # issue project-monai/monai#5193

0 commit comments

Comments
 (0)