Skip to content
Snippets Groups Projects
Commit 76e3c0be authored by Jean-Matthieu Etancelin's avatar Jean-Matthieu Etancelin
Browse files

Fix io_utils for doctest

parent 06db1f52
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ class io(object): ...@@ -52,7 +52,7 @@ class io(object):
else: else:
# -- python -- # -- python --
a = a[-1] a = a[-1]
if a[-1] is None: if a[-1] is None or len(findall('py.test', a[1])) > 0:
# interactive python # interactive python
return './interactive/p' + str(mpi.main_size) return './interactive/p' + str(mpi.main_size)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment