mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 14:11:29 +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=_("""\
|
secondary_text=_("""\
|
||||||
A required module was not found.
|
A required module was not found.
|
||||||
|
|
||||||
""" + value.message))
|
""" + unicode(value)))
|
||||||
d.run()
|
d.run()
|
||||||
d.destroy()
|
d.destroy()
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user