We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fd766 commit 37bbd97Copy full SHA for 37bbd97
src/bohrium/resources/job/job.py
@@ -24,7 +24,7 @@ def detail(self, job_id):
24
25
log.info(response.json())
26
log.debug(response)
27
- return APIResponse(response).json
+ return APIResponse(response).json.get("data")
28
#return response.json().get("data")
29
30
def submit(
0 commit comments