Merge "Stop using deprecated 'message' attribute in Exception"
This commit is contained in:
commit
7c3d218b2b
@ -529,5 +529,5 @@ class HTMLViewer(object):
|
||||
--></a></td></tr>' % (app_path,
|
||||
profile_id, nfls))
|
||||
except Exception as ex:
|
||||
html.append("Exception:" % ex.message)
|
||||
html.append("Exception:" % str(ex))
|
||||
return ''.join(html)
|
||||
|
Loading…
Reference in New Issue
Block a user