Skip to content

Commit

Permalink
trying to fix the lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Atlas-64 committed Mar 14, 2024
1 parent 07fc637 commit 94c9ada
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions capa/ghidra/capa_explorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,9 @@ def main():
return capa.main.E_EMPTY_REPORT

user_choice = askChoice( # type: ignore [name-defined] # noqa: F821
"Choose b/w bookmarks & comments", "preferred action:", ["bookmarks", "comments", "both", "none"], "both")

"Choose b/w bookmarks & comments", "preferred action:", ["bookmarks", "comments", "both", "none"], "both"
)

if user_choice == "bookmarks":
for item in parse_json(capa_data):
item.bookmark_functions()
Expand Down

0 comments on commit 94c9ada

Please sign in to comment.