Skip to content

Commit

Permalink
Add logDuplicates to default options and set to True
Browse files Browse the repository at this point in the history
  • Loading branch information
mshak2 committed Aug 23, 2024
1 parent 79dbd82 commit 99e29c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sarracenia/flow/winnow.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
default_options = {
'acceptUnmatched': True,
'nodupe_ttl': 300,
'logDuplicates': True
}


Expand Down

0 comments on commit 99e29c6

Please sign in to comment.