Skip to content

Commit

Permalink
fix from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Mar 7, 2022
1 parent 9c0434f commit f3b1a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sourmash/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,7 @@ def prefetch(args):

# track found & "untouched" hashes.
ident_mh += query_mh & match_mh.flatten()
noident_mh.remove_many(match.minhash)
noident_mh.remove_many(match_mh)

# output match info as we go
if csvout_fp:
Expand Down

0 comments on commit f3b1a7a

Please sign in to comment.