typo: definied -> defined
This commit is contained in:
parent
6496a6125f
commit
b5d74eec16
9 changed files with 12 additions and 12 deletions
|
@ -320,7 +320,7 @@ class ContentManager(object):
|
|||
elif optional_pattern and re.match(optional_pattern, file_relative_path):
|
||||
optional = True
|
||||
|
||||
if ignored: # Ignore content.json, definied regexp and files starting with .
|
||||
if ignored: # Ignore content.json, defined regexp and files starting with .
|
||||
self.log.info("- [SKIPPED] %s" % file_relative_path)
|
||||
else:
|
||||
file_path = self.site.storage.getPath(dir_inner_path + "/" + file_relative_path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue