UnboundLocalError when using the "Rename potential wrapper functions" feature

Issue #16 resolved
Hanan Natan created an issue

Here is the error i got once clicking the "Rename potential wrapper functions" button, It works on other IDBs but in one of them i get the error:

Traceback (most recent call last):
  File "C:/idaScripts/simplifire.idascope\idascope\widgets\FunctionInspectionWidget.py", line 424, in _onRenameWrappersButtonClicked
    self.si.renamePotentialWrapperFunctions()
  File "C:/idaScripts/simplifire.idascope\idascope\core\SemanticIdentifier.py", line 459, in renamePotentialWrapperFunctions
    if nr_calls == 1 and len(w_name) > 0:
UnboundLocalError: local variable 'w_name' referenced before assignment

Comments (1)

  1. Log in to comment