Show More
@@ -95,9 +95,9 b' def _store_exception(exc_id, exc_type_na' | |||
|
95 | 95 | if send_email is None: |
|
96 | 96 | # NOTE(marcink): read app config unless we specify explicitly |
|
97 | 97 | send_email = app.CONFIG.get('exception_tracker.send_email', False) |
|
98 | ||
|
98 | 99 |
|
|
99 | 100 |
|
|
100 | ||
|
101 | 101 | if send_email: |
|
102 | 102 | try: |
|
103 | 103 | send_exc_email(exc_id, exc_type_name) |
General Comments 0
You need to be logged in to leave comments.
Login now