flux-core
flux-core copied to clipboard
python: convert jobid arguments in the API to JobID
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.