Skip to content

Commit

Permalink
binexport: helpers: fix missing comment words
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin authored Sep 12, 2024
1 parent fabe67d commit 90d500c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capa/features/extractors/binexport2/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def from_str(cls, query: str):

# emit operands in this order to match
# how BinExport2 expressions are flatted
# by
# by get_operand_expressions
if has_postindex_writeback:
operands.append(("!", "[") + parts)
else:
Expand Down

0 comments on commit 90d500c

Please sign in to comment.