We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right clicking in the capa-explorer in the grey area throws an invalid index exception as no UI element is selected:
Traceback (most recent call last): File "c:\users\steve\source\repos\capa\capa\ida\plugin\view.py", line 257, in slot_custom_context_menu_requested item = self.map_index_to_source_item(model_index) File "c:\users\steve\source\repos\capa\capa\ida\plugin\view.py", line 104, in map_index_to_source_item raise ValueError("invalid index") ValueError: invalid index
This pollutes the output window.
The text was updated successfully, but these errors were encountered:
Thank you for reporting @stevemk14ebr! This is addressed in #316.
Sorry, something went wrong.
mike-hunhoff
Successfully merging a pull request may close this issue.
Right clicking in the capa-explorer in the grey area throws an invalid index exception as no UI element is selected:
This pollutes the output window.
The text was updated successfully, but these errors were encountered: