diff --git a/docs/dal/index.rst b/docs/dal/index.rst index 4e5ff0ee..7d30145f 100644 --- a/docs/dal/index.rst +++ b/docs/dal/index.rst @@ -299,7 +299,7 @@ the server is, it will immediately go to the EXECUTING status: .. doctest-remote-data:: - >>> job.phase # doctest: +IGNORE_OUTPUT + >>> job.phase # doctest: +IGNORE_OUTPUT 'EXECUTING' The job will eventually end up in one of the phases: @@ -626,7 +626,7 @@ Get the current job phase: .. doctest-remote-data:: - >>> print(job.phase) + >>> print(job.phase) # doctest: +IGNORE_OUTPUT EXECUTING Maximum run time in seconds is available and can be changed with