Unnecessary log and comment
This commit is contained in:
parent
50937990e5
commit
909b9da9da
2 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ class SiteStorage(object):
|
|||
def getDbFiles(self):
|
||||
for content_inner_path, content in self.site.content_manager.contents.iteritems():
|
||||
# content.json file itself
|
||||
if self.isFile(content_inner_path): # Missing content.json file
|
||||
if self.isFile(content_inner_path):
|
||||
yield content_inner_path, self.open(content_inner_path)
|
||||
else:
|
||||
self.log.error("[MISSING] %s" % content_inner_path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue