Skip to content

Commit

Permalink
Fix docstring for Engine.max_submitted
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomurri committed Jan 16, 2018
1 parent 652b60c commit 9553242
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gc3libs/core.py
Expand Up @@ -1169,9 +1169,8 @@ class Engine(object): # pylint: disable=too-many-instance-attributes
`max_submitted`
If >0, limit the number of tasks in `SUBMITTED` state: if the
number of tasks in `SUBMITTED`, `RUNNING` or `STOPPED` state is
greater than `max_submitted`, then no new submissions will be
attempted.
number of tasks in `SUBMITTED` state is greater than
`max_submitted`, then no new submissions will be attempted.
`output_dir`
Base directory for job output; if not `None`, each task's
Expand Down

0 comments on commit 9553242

Please sign in to comment.