Retry failed files on download end
This commit is contained in:
parent
4437a99330
commit
9528d333bd
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ class Site(object):
|
|||
# Download everything
|
||||
valid = self.downloadContent("content.json", check_modifications=blind_includes)
|
||||
|
||||
self.retryBadFiles(force=True)
|
||||
self.onComplete.once(lambda: self.retryBadFiles(force=True))
|
||||
|
||||
return valid
|
||||
|
||||
|
|
Loading…
Reference in a new issue