Skip to content

Commit

Permalink
[Chief] Fix closing connection before returning body response (mlrun#…
Browse files Browse the repository at this point in the history
  • Loading branch information
liranbg authored Jan 16, 2023
1 parent 990f145 commit 355c0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlrun/api/utils/clients/chief.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ async def get_clusterization_spec(
chief_response
)

return mlrun.api.schemas.ClusterizationSpec(**(await chief_response.json()))
return mlrun.api.schemas.ClusterizationSpec(**(await chief_response.json()))

async def _proxy_request_to_chief(
self,
Expand Down

0 comments on commit 355c0b3

Please sign in to comment.