mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Correct whitespace placement in error message
This commit is contained in:
parent
10b5728f84
commit
8e37e36ac7
@ -181,7 +181,7 @@ def wrap_tmpl_func(render_str):
|
||||
output = os.linesep.join(output.splitlines())
|
||||
|
||||
except SaltRenderError as exc:
|
||||
log.error("Rendering exception occurred :{0}".format(exc))
|
||||
log.error("Rendering exception occurred: {0}".format(exc))
|
||||
#return dict(result=False, data=str(exc))
|
||||
raise
|
||||
except Exception:
|
||||
|
Loading…
Reference in New Issue
Block a user