mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
Update xml_exporter.py
This commit is contained in:
parent
f47258c2b2
commit
2484d2b548
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class XmlExporterPlugin(ida_idaapi.plugin_t):
|
|||
msg = "XML Export cancelled!"
|
||||
print("\n" + msg)
|
||||
idc.warning(msg)
|
||||
except:
|
||||
except Exception as e:
|
||||
ida_kernwin.hide_wait_box()
|
||||
msg = "***** Exception occurred: XML Exporter failed! *****"
|
||||
print(f"\n{msg}\n {type(e).__name__}: {e}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue