summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/utils/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/wic/utils/runner.py')
-rw-r--r--scripts/lib/wic/utils/runner.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/lib/wic/utils/runner.py b/scripts/lib/wic/utils/runner.py
index 8d48f68034..f6a1d0828c 100644
--- a/scripts/lib/wic/utils/runner.py
+++ b/scripts/lib/wic/utils/runner.py
@@ -90,7 +90,8 @@ def show(cmdln_or_args):
90 cmd = cmdln_or_args 90 cmd = cmdln_or_args
91 91
92 msg = 'running command: "%s"' % cmd 92 msg = 'running command: "%s"' % cmd
93 if out: out = out.strip() 93 if out:
94 out = out.strip()
94 if out: 95 if out:
95 msg += ', with output::' 96 msg += ', with output::'
96 msg += '\n +----------------' 97 msg += '\n +----------------'