Reset bad_files on full update
This commit is contained in:
parent
db7dad6731
commit
66e2bfd76b
1 changed files with 4 additions and 0 deletions
|
@ -370,6 +370,10 @@ class Site(object):
|
||||||
if announce:
|
if announce:
|
||||||
self.announce()
|
self.announce()
|
||||||
|
|
||||||
|
# Full update, we can reset bad files
|
||||||
|
if check_files and since == 0:
|
||||||
|
self.bad_files = {}
|
||||||
|
|
||||||
queried = self.checkModifications(since)
|
queried = self.checkModifications(since)
|
||||||
|
|
||||||
if check_files:
|
if check_files:
|
||||||
|
|
Loading…
Reference in a new issue