flux-core icon indicating copy to clipboard operation
flux-core copied to clipboard

python: convert jobid arguments in the API to JobID

Open grondo opened this issue 3 years ago • 0 comments

At least some Flux Python API calls that take a jobid expect an integer jobid and do not take any other jobid representations documented in RFC 19. This is slightly inconvenient, and there probably isn't a good reason that these functions can't be changed to attempt JobID(jobid) on these args such that all jobid representations are accepted as valid arguments.

grondo avatar Aug 12 '22 20:08 grondo