Skip to content
Snippets Groups Projects
Commit 3ed1015b authored by Megan Henning's avatar Megan Henning
Browse files

Avoid the pylint gods

parent 754f6c3e
No related branches found
No related tags found
No related merge requests found
......@@ -369,7 +369,7 @@ class RequestHandler(webapp2.RequestHandler):
try:
config.log_db.access_log.insert_one(log_map)
except Exception as e:
except Exception as e: # pylint: disable=broad-except
config.log.exception(e)
self.abort(500, 'Unable to log access.')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment