[gen] Changes in parameters of some basic field methods to enable field.languages to be defined dymanically via a method.
This commit is contained in:
parent
18afb4416c
commit
f8a7103c7a
15 changed files with 153 additions and 112 deletions
|
@ -295,7 +295,7 @@ class Pod(Field):
|
|||
tool = obj.tool
|
||||
diskFolder = tool.getDiskFolder()
|
||||
# Get the path to the pod template.
|
||||
templatePath = os.path.join(diskFolder, template)
|
||||
templatePath = sutils.resolvePath(os.path.join(diskFolder, template))
|
||||
if not os.path.isfile(templatePath):
|
||||
raise Exception(self.TEMPLATE_NOT_FOUND % templatePath)
|
||||
# Get or compute the specific POD context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue