mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Remove deprecated BaseException.message in favor of unicode(e)
This commit is contained in:
parent
3c25938d89
commit
00798ff53b
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ def install_excepthook():
|
|||
secondary_text=_("""\
|
||||
A required module was not found.
|
||||
|
||||
""" + value.message))
|
||||
""" + unicode(value)))
|
||||
d.run()
|
||||
d.destroy()
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue