Skip to content

Commit

Permalink
Small fix to previous enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
markgw committed Feb 10, 2020
1 parent a3d779a commit 2682972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pimlico/core/modules/map/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def map_documents(self):

# Get the expected output datatypes, ready for any possible output type conversion when we get results
output_datatypes = [
executor.info.get_output_datatype(name) for name in executor.info.get_grouped_corpus_output_names()
executor.info.get_output_datatype(name)[1] for name in executor.info.get_grouped_corpus_output_names()
]
num_outputs = len(output_datatypes)

Expand Down

0 comments on commit 2682972

Please sign in to comment.