From 562e03d2d2544501bbbb6d940a4d42fe83867a67 Mon Sep 17 00:00:00 2001 From: Aayush Goel <81844215+Aayush-Goel-04@users.noreply.github.com> Date: Thu, 11 May 2023 18:57:00 +0530 Subject: [PATCH] Update CHANGELOG.md Update CHANGELOG.md Update main.py --- capa/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capa/main.py b/capa/main.py index 00d9bc0f..64cb4be0 100644 --- a/capa/main.py +++ b/capa/main.py @@ -811,7 +811,7 @@ def compute_layout(rules, extractor, capabilities): # this object is open to extension in the future, # such as with the function name, etc. } - for f, bbs in bbs_by_function.items() + for f, bbs in bbs_by_function.items() if len([bb for bb in bbs if bb in matched_bbs]) > 0 } }