Rev2148, Fix signing typo
This commit is contained in:
parent
87910a236b
commit
dd11f87673
2 changed files with 2 additions and 2 deletions
|
@ -489,7 +489,7 @@ class ContentManager(object):
|
|||
def hashFiles(self, dir_inner_path, ignore_pattern=None, optional_pattern=None):
|
||||
files_node = {}
|
||||
files_optional_node = {}
|
||||
if not isValidRelativePath(dir_inner_path):
|
||||
if not self.isValidRelativePath(dir_inner_path):
|
||||
ignored = True
|
||||
self.log.error("- [ERROR] Only ascii encoded directories allowed: %s" % dir_inner_path)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue