Skip to content

Commit

Permalink
Add extra debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
c-martinez committed Sep 23, 2021
1 parent 6c2cf0a commit cd1f37d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ def dispatchSPARQLQuery(raw_sparql_query, loader, requestArgs, acceptHeader, con

# Response headers
resp = response.text

glogger.debug('Got HTTP response from to SPARQL endpoint: {}'.format(resp))
headers['Content-Type'] = response.headers['Content-Type']

# If the query is paginated, set link HTTP headers
Expand Down

0 comments on commit cd1f37d

Please sign in to comment.