Skip to content

Commit

Permalink
fixed issue#194
Browse files Browse the repository at this point in the history
  • Loading branch information
erikyao committed Oct 12, 2021
1 parent 872b420 commit 1ba90f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biothings/hub/dataindex/indexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ def index(self,

hot_task = self.hot.index(
job_manager, steps=set(Step.order(steps)) & {"index", "post"},
batch_size=batch_size, ids=ids, mode=mode or "merge")
batch_size=batch_size, ids=ids, mode="merge")
result.append((yield from hot_task))

return result
Expand Down

0 comments on commit 1ba90f9

Please sign in to comment.