Skip to content

Commit 74b2054

Browse files
committed
Merge branch 'develop'
2 parents 3c7d996 + e9eabd9 commit 74b2054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_packages/extras/test_interpygate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
_comm = MPI.COMM_WORLD
1313
_rank = _comm.Get_rank()
1414
_size = _comm.Get_size()
15-
except ImportError:
15+
except (ImportError, RuntimeError):
1616
_comm = None
1717
_rank = 0
1818
_size = 1

0 commit comments

Comments
 (0)