Merge master into features
This commit is contained in:
@@ -704,7 +704,7 @@ class Config(object):
|
||||
return self
|
||||
|
||||
def notify_exception(self, excinfo, option=None):
|
||||
if option and option.fulltrace:
|
||||
if option and getattr(option, "fulltrace", False):
|
||||
style = "long"
|
||||
else:
|
||||
style = "native"
|
||||
|
||||
Reference in New Issue
Block a user