mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-12 08:12:27 -05:00
fix format
This commit is contained in:
@@ -84,7 +84,7 @@ class ResponseHeaderMiddleware(object):
|
|||||||
current_app.logger.error(be)
|
current_app.logger.error(be)
|
||||||
elif "AttributeError" in str(be): # notify-api-1394
|
elif "AttributeError" in str(be): # notify-api-1394
|
||||||
current_app.logger.error(be)
|
current_app.logger.error(be)
|
||||||
elif "MethodNotAllowed" in str(be): # notify-admin-1392
|
elif "MethodNotAllowed" in str(be): # notify-admin-1392
|
||||||
current_app.logger.error(be)
|
current_app.logger.error(be)
|
||||||
else:
|
else:
|
||||||
raise be
|
raise be
|
||||||
|
|||||||
Reference in New Issue
Block a user