Skip to content

Commit

Permalink
fix: Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kovalch authored Feb 5, 2024
1 parent 7d4e6b2 commit ffd5f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan_pkg_checker/utils/request_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def _check_with_user_agent(test_url, http_method, user_agent):
},
)
req.raise_for_status()
log.info(f"Sent response {req.status_code}")
log.info("Sent response %s" % req.status_code)
return None # Success, no error
except requests.exceptions.HTTPError as e:
log.debug(
Expand Down

0 comments on commit ffd5f0d

Please sign in to comment.