Skip to content

Commit

Permalink
Remove minor (trivial) code duplication from CommandPool.run()
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Oct 5, 2015
1 parent 71a06af commit f43d63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executor/concurrent.py
Expand Up @@ -176,7 +176,7 @@ def run(self):
pluralize(self.num_commands, "command"),
timer)
# Report the results to the caller.
return dict(self.commands)
return self.results

def spawn(self):
"""
Expand Down

0 comments on commit f43d63e

Please sign in to comment.