X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/4d235e8d481971c081b3141babd65d36e9ad0337..8af4d9d694c4491601cb6f9394b811fc36f13cb2:/code/main.py?ds=inline diff --git a/code/main.py b/code/main.py index f6f0bff..78ca14f 100755 --- a/code/main.py +++ b/code/main.py @@ -649,7 +649,7 @@ def show_error(op, username, fields, err, emsg, traceback): d = dict(op=op, user=username, fields=fields, errorMessage=str(err), stderr=emsg, traceback=traceback) details = templates.error_raw(searchList=[d]) - if username not in ('price', 'ecprice', 'andersk'): #add yourself at will + if username not in config.web.errormail_exclude: send_error_mail('xvm error on %s for %s: %s' % (op, username, err), details) d['details'] = details