Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

explorer: UnboundLocalError fh #1217

Closed
williballenthin opened this issue Dec 7, 2022 · 0 comments · Fixed by #1218
Closed

explorer: UnboundLocalError fh #1217

williballenthin opened this issue Dec 7, 2022 · 0 comments · Fixed by #1218
Labels
bug Something isn't working ida-explorer Related to IDA Pro plugin

Comments

@williballenthin
Copy link
Collaborator

ERROR:capa.ida.plugin.form:Failed to render views (error: local variable 'fh' referenced before assignment)
Traceback (most recent call last):
  File "xxx\code\capa\capa\ida\plugin\form.py", line 964, in load_capa_function_results
    fh.address if fh else None,
UnboundLocalError: local variable 'fh' referenced before assignment
@williballenthin williballenthin added bug Something isn't working ida-explorer Related to IDA Pro plugin labels Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ida-explorer Related to IDA Pro plugin
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant