Update CHANGELOG.md

Update CHANGELOG.md

Update main.py
This commit is contained in:
Aayush Goel
2023-05-11 18:57:00 +05:30
parent a90eda50a7
commit 562e03d2d2

View File

@@ -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
}
}