mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 19:03:30 -05:00
fix codeql warning
This commit is contained in:
@@ -101,9 +101,8 @@ class BaseAPIClient:
|
||||
except requests.RequestException as e:
|
||||
api_error = HTTPError.create(e)
|
||||
logger.warning(
|
||||
"API %s request on %s failed with %s '%s'",
|
||||
"API %s request failed with %s '%s'",
|
||||
method,
|
||||
url,
|
||||
api_error.status_code,
|
||||
api_error.message,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user