We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 055430e commit ebdec62Copy full SHA for ebdec62
qstat/_tools.py
@@ -12,7 +12,7 @@ def qstat(qstat_path="qstat", xml_option="-xml"):
12
Returns
13
-------
14
queue_info : list
15
- A list of jobs in 'queue_info'. Jobs are dictionaries with both string
+ A list of jobs in 'queue_info'. Jobs are dictionaries with both string
16
keys and string names.
17
job_info : list
18
A list of jobs in 'job_info'.
@@ -57,7 +57,7 @@ def xml2queue_and_job_info(qstatxml):
57
58
59
60
61
62
63
0 commit comments