fixing feature count for explorer progress indicator

This commit is contained in:
Michael Hunhoff
2020-09-17 14:50:14 -06:00
parent d2e05f03cc
commit 29492bfdc8

View File

@@ -413,7 +413,7 @@ class CapaExplorerForm(idaapi.PluginForm):
# new analysis, new doc
self.doc = None
self.process_total = 0
self.process_count = 0
self.process_count = 1
def update_wait_box(text):
"""update the IDA wait box"""