Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Apr 21, 2017
1 parent 3114ce5 commit dc65a93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dedupe/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def mergeScores(score_queue, result_queue, stop_signals) :

seen_signals = 0
start = 0
end = 0
while seen_signals < stop_signals :
score_chunk = score_queue.get()
if isinstance(score_chunk, Exception) :
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
setup(
name='dedupe',
url='https://github.com/datamade/dedupe',
version='1.6.8',
version='1.6.9',
author='Forest Gregg',
author_email='fgregg@datamade.us',
description='A python library for accurate and scaleable data deduplication and entity-resolution',
Expand Down

0 comments on commit dc65a93

Please sign in to comment.