Skip to content

Commit 1f5362e

Browse files
committed
Fix the thrown exception message when trying to load imas_core
1 parent cfd9a56 commit 1f5362e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imas/backends/imas_core/imas_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
imasdef = None
3333
lowlevel = None
3434
logger.critical(
35-
"Could not import 'al_core': %s. Some functionality is not available.",
35+
"Could not import 'imas_core': %s. Some functionality is not available.",
3636
exc,
3737
)
3838

0 commit comments

Comments
 (0)