Commit eb364e5
committed
python: do not assume JobList ids are type JobID
Problem: The JobList class allows the user to optionally set
jobids to lookup. It assumes the jobids passed in are always
of type JobID, but that is not always a valid assumption.
When initializing the JobList object, map all input ids to
JobID before internally storing them.1 parent bb6229b commit eb364e5
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
211 | 212 | | |
212 | 213 | | |
213 | 214 | | |
214 | | - | |
| 215 | + | |
215 | 216 | | |
216 | 217 | | |
217 | 218 | | |
| |||
0 commit comments