1
0
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:
dmiller
2013-10-28 18:49:53 +00:00
parent 3c25938d89
commit 00798ff53b

View File

@@ -232,7 +232,7 @@ def install_excepthook():
secondary_text=_("""\
A required module was not found.
""" + value.message))
""" + unicode(value)))
d.run()
d.destroy()
else: