mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 13:11:28 +00:00
Remove deprecated BaseException.message in favor of unicode(e)
This commit is contained in:
@@ -232,7 +232,7 @@ def install_excepthook():
|
||||
secondary_text=_("""\
|
||||
A required module was not found.
|
||||
|
||||
""" + value.message))
|
||||
""" + unicode(value)))
|
||||
d.run()
|
||||
d.destroy()
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user