Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Aryan Rajoria <[email protected]>
  • Loading branch information
aryan-rajoria committed Dec 18, 2024
1 parent cb4a865 commit 38f2e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blint/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def detect_binaries_utilized(sybmols_list) -> set:

def return_binaries_detected(eid):
"""
Current scoring algorithm
Current scoring algorithm. Unbatched
"""
binaries_detected_dict = {}
bid_list = get_bid_using_fid(eid)
Expand Down

0 comments on commit 38f2e6a

Please sign in to comment.