Skip to content

Commit

Permalink
What The F541
Browse files Browse the repository at this point in the history
  • Loading branch information
mixmixmix committed Nov 13, 2024
1 parent 9dac7ef commit 6496d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion giftless/error_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ def error_as_json(cls, ex):
def access_denied_as_json(cls, ex):
"""Handle AccessDenied by returning a JSON response with 403 status"""
log = logging.getLogger(__name__)
log.debug(f"Returning error response of AccessDenied with status 403")
log.debug("Returning error response of AccessDenied with status 403")
data = ex.as_dict()
return output_git_lfs_json(data=data, code=403)

0 comments on commit 6496d4f

Please sign in to comment.