Skip to content

Commit

Permalink
fix flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ssssarah committed Aug 6, 2024
1 parent bf284c7 commit 9e5ce92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kgforge/specializations/stores/bluebrain_nexus.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def _get_resource_sync(self, url: str, query_params: Dict) -> Resource:
)

catch_http_error_nexus(
response, RetrievalError, aiohttp_error=True
response, RetrievalError, aiohttp_error=False
)

response_json = response.json()
Expand Down

0 comments on commit 9e5ce92

Please sign in to comment.