Skip to content

Commit

Permalink
Don't stop merging if flows
Browse files Browse the repository at this point in the history
  • Loading branch information
irl committed Oct 18, 2016
1 parent 4851a6f commit b771c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pathspider/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def merger(self):

# merge_cycles = 0

while self.running and merging_results:
while self.running and (merging_results or merging_flows):

# if merge_cycles % 20 == 0:
# for wn in range(0, self.worker_count):
Expand Down

0 comments on commit b771c9c

Please sign in to comment.