mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Correct whitespace placement in error message
This commit is contained in:
parent
10b5728f84
commit
8e37e36ac7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue