Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy HUBSCHER committed Oct 31, 2017
1 parent 40914b6 commit 108a456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kinto_emailer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def send_notification(event):
mailer.send_immediately(message, fail_silently=False)
else:
mailer.send_to_queue(message)
except:
except Exception:
logger.exception("Could not send notifications")


Expand Down

0 comments on commit 108a456

Please sign in to comment.