Commit fcd7a06
python: add queue property to Jobspec
Problem: The jobspec system.queue attribute is as important as
duration, cwd, and other jobspec attributes, but the queue is not
currently treated as a special property of jobspec.
Add jobspec.queue setter and getter to match other standard Jobspec
class properties.1 parent 09259e0 commit fcd7a06
1 file changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
374 | 393 | | |
375 | 394 | | |
376 | 395 | | |
| |||
0 commit comments