Small regression while generating documents from appy.gen
This commit is contained in:
parent
10eea7d735
commit
4aeaf975ab
|
@ -56,7 +56,7 @@ class PodTemplateMixin(AbstractMixin):
|
|||
'now': self.getProductConfig().DateTime(),
|
||||
'projectFolder': os.path.dirname(appModule.__file__)
|
||||
}
|
||||
rendererParams = {'template': StringIO(appySelf.podTemplate),
|
||||
rendererParams = {'template': StringIO(appySelf.podTemplate.content),
|
||||
'context': podContext,
|
||||
'result': tempFileName }
|
||||
if appySelf.tool.unoEnabledPython:
|
||||
|
|
Loading…
Reference in a new issue