Skip to content

Commit

Permalink
inject the cache dir into updater
Browse files Browse the repository at this point in the history
  • Loading branch information
erowan committed Feb 3, 2012
1 parent 41d9182 commit 0315d7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pull/site.py
Expand Up @@ -261,6 +261,8 @@ def __init__(self, name, protocol, parser, **kwargs):
self.protocol.criteria.cache_location = os.path.join(
self.protocol.criteria.cache_location, self.relative_cache_path, '')

self.updater.cache_location = self.get_cache_location()

def go(self, start, end):
'''
Main function to drive a Feeds download & store.
Expand Down

0 comments on commit 0315d7e

Please sign in to comment.