forked from bellwether/minerva
dropped inaccurate comment
This commit is contained in:
parent
52f44a79fe
commit
ea31c8e8c0
1 changed files with 0 additions and 1 deletions
|
|
@ -102,7 +102,6 @@ class Query(Execute):
|
|||
else:
|
||||
return status # canceled or error
|
||||
|
||||
# TODO parallelize this
|
||||
def results(self):
|
||||
#local = [self.handler.s3.download(f) for f in self.manifest_files()]
|
||||
local = parallel_map(self.handler.s3.download, self.manifest_files())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue