Skip to content

Commit

Permalink
Merge pull request #592 from bsipocz/DOC_ignore_job.phase
Browse files Browse the repository at this point in the history
DOC: ignore one more job.phase
  • Loading branch information
bsipocz authored Sep 6, 2024
2 parents 3d614ff + 1c8741c commit 4a6f52f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dal/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4a6f52f

Please sign in to comment.