Skip to content

Commit

Permalink
check_runtimes: remove unrelated TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin committed Jun 13, 2024
1 parent 72ff8bf commit bb65949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/check_runtimes.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
logger = logging.getLogger("capa.tests.data")

THRESHOLD = 60 * 3
TARGET_EXTS = (".exe_", ".dll_", ".elf_", ".sys_", ".raw32", ".raw64") # TODO add , ".BinExport"
TARGET_EXTS = (".exe_", ".dll_", ".elf_", ".sys_", ".raw32", ".raw64")
IGNORED_DIRS = ("aarch64",)


Expand Down

0 comments on commit bb65949

Please sign in to comment.