Merge master into features

This commit is contained in:
Daniel Hahler
2019-04-27 00:43:00 +02:00
16 changed files with 127 additions and 50 deletions

View File

@@ -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"