Skip to content

Commit

Permalink
[doc] fix docstring for monitor-queue (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 authored Apr 19, 2023
1 parent 58af04f commit 44e6f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfgaws/batch/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def monitor(
delay: the number of seconds to wait after polling for status(es).
per_job: true to monitor per-job status information, otherwise jobs will be summarized by
status
monitor-queue: never exit and keep monitoring for new jobs. Can only be used with the
monitor_queue: never exit and keep monitoring for new jobs. Can only be used with the
`--queue` option
"""
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 44e6f63

Please sign in to comment.