Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Here, I add the command to retrieve the `detailed_job_info`, which wasn't implemented before. This caused jobs run with HQ have no information about the job in their attributes. The `hq job info <id>` command is used and transformed into a one-line JSON string using jq. This string is stored in the attributes and can be transformed into a proper dictionary using `json.loads`.
- Loading branch information