mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
please tell me where is the "error: 'dict' object has no attribute 'seek'" ??
This commit is contained in:
parent
d7d3d68035
commit
ec65924659
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ def compile_template(template,
|
|||
try:
|
||||
input_data.seek(0)
|
||||
except Exception as exp:
|
||||
log.error('error: {0}'.format(exp))
|
||||
log.error('error while compiling template={1}: {0}'.format(exp,template))
|
||||
|
||||
render_kwargs = dict(renderers=renderers, tmplpath=template)
|
||||
render_kwargs.update(kwargs)
|
||||
|
|
Loading…
Add table
Reference in a new issue