Skip to content

Commit 37bbd97

Browse files
committed
fix download
1 parent e7fd766 commit 37bbd97

File tree

1 file changed

+1
-1
lines changed
  • src/bohrium/resources/job

1 file changed

+1
-1
lines changed

src/bohrium/resources/job/job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def detail(self, job_id):
2424

2525
log.info(response.json())
2626
log.debug(response)
27-
return APIResponse(response).json
27+
return APIResponse(response).json.get("data")
2828
#return response.json().get("data")
2929

3030
def submit(

0 commit comments

Comments
 (0)