added missing comment for non-trivial code

This commit is contained in:
pablo 2009-07-06 20:38:39 -03:00
parent a15dc94340
commit c205f7d8e5
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ class S3ImagesPipeline(BaseImagesPipeline):
"""
if self.AmazonS3Spider:
# need to use schedule to auto-open domain
return scrapyengine.schedule(request, self.AmazonS3Spider)
return self.download(request, info)