Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(JobStateUpdate): for staging, make sure the jobID is an integer
If jobID is not an integer, we never get a correct result, because the dictionary key is converted to an int, and then the string is not found and we do not get the attribute value back.
- Loading branch information