Skip to content

Commit 80eb457

Browse files
committed
Fix message typo
1 parent d9459a5 commit 80eb457

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/flacarray/mpi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
use_mpi = True
2626
except Exception:
2727
# There could be many possible exceptions raised...
28-
log.debug("mpi4py not found- MPI operations disabled")
28+
log.debug("mpi4py not importable- MPI operations disabled")
2929
use_mpi = False
3030
MPI = None
3131

0 commit comments

Comments
 (0)