We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d614ff commit 1c8741cCopy full SHA for 1c8741c
docs/dal/index.rst
@@ -299,7 +299,7 @@ the server is, it will immediately go to the EXECUTING status:
299
300
.. doctest-remote-data::
301
302
- >>> job.phase # doctest: +IGNORE_OUTPUT
+ >>> job.phase # doctest: +IGNORE_OUTPUT
303
'EXECUTING'
304
305
The job will eventually end up in one of the phases:
@@ -626,7 +626,7 @@ Get the current job phase:
626
627
628
629
- >>> print(job.phase)
+ >>> print(job.phase) # doctest: +IGNORE_OUTPUT
630
EXECUTING
631
632
Maximum run time in seconds is available and can be changed with
0 commit comments