From 1a2f638d4ac643c54ee7d2b16290b4f6f25f93ef Mon Sep 17 00:00:00 2001 From: Thomas S Hatch Date: Fri, 17 Aug 2012 16:49:10 -0600 Subject: [PATCH] Add a space to terse output --- salt/output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/output.py b/salt/output.py index d7bac6ca5a..ec4391cfce 100644 --- a/salt/output.py +++ b/salt/output.py @@ -138,7 +138,7 @@ class HighStateOutputter(Outputter): if kwargs.get('state_output', 'full').lower() == 'terse': # Print this chunk in a terse way and continue in the # loop - msg = ('{0}Name: {1} - Function: {2} - Result: {3}{4}' + msg = (' {0}Name: {1} - Function: {2} - Result: {3}{4}' ).format( tcolor, comps[2],