mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
fix formatting for terse
This commit is contained in:
parent
b7f9c2fd72
commit
7aae4e3bb6
1 changed files with 1 additions and 1 deletions
|
@ -810,7 +810,7 @@ def _format_terse(tcolor, comps, ret, colors, tabular):
|
|||
)
|
||||
fmt_string += " {0} Name: {1} - Function: {2}.{3} - Result: {4}"
|
||||
if __opts__.get("state_output_profile") and "start_time" in ret:
|
||||
fmt_string += " Started: - {6[start_time]!s} Duration: {6[duration]!s} ms"
|
||||
fmt_string += " - Started: {6[start_time]!s} - Duration: {6[duration]!s} ms"
|
||||
fmt_string += "{5}"
|
||||
|
||||
msg = fmt_string.format(
|
||||
|
|
Loading…
Add table
Reference in a new issue