Don't mark content.json as bad file if update failed
This commit is contained in:
parent
bf092b83ab
commit
4da89580c1
1 changed files with 0 additions and 1 deletions
|
@ -516,7 +516,6 @@ class Site(object):
|
||||||
if len(queried) == 0:
|
if len(queried) == 0:
|
||||||
# Failed to query modifications
|
# Failed to query modifications
|
||||||
self.content_updated = False
|
self.content_updated = False
|
||||||
self.bad_files["content.json"] = 1
|
|
||||||
else:
|
else:
|
||||||
self.content_updated = time.time()
|
self.content_updated = time.time()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue