Show More
@@ -71,8 +71,7 b' class Command(BasePasterCommand):' | |||||
71 |
|
71 | |||
72 | if self.options.invalidate_cache: |
|
72 | if self.options.invalidate_cache: | |
73 | for r in repo_list: |
|
73 | for r in repo_list: | |
74 | r.invalidate |
|
74 | r.set_invalidate() | |
75 | Session().commit() |
|
|||
76 | log.info('Updated cache for %s repositories' % (len(repo_list))) |
|
75 | log.info('Updated cache for %s repositories' % (len(repo_list))) | |
77 |
|
76 | |||
78 | def update_parser(self): |
|
77 | def update_parser(self): |
General Comments 0
You need to be logged in to leave comments.
Login now