Skip to content

Commit ab83bb2

Browse files
committed
more verbose
1 parent 8d2ec15 commit ab83bb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymathics/vectorizedplot/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
ParametricPlot3D,
3232
SphericalPlot3D,
3333
)
34-
except ModuleNotFoundError:
35-
print("module cannot be loaded...")
34+
except ModuleNotFoundError as e:
35+
print("module cannot be loaded...", e)
3636
ALREADY_INSTALLED = True
3737

3838

0 commit comments

Comments
 (0)