cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #06741
[Merge] ~daniel-thewatkins/cloud-init/+git/cloud-init:whitespace into cloud-init:master
Dan Watkins has proposed merging ~daniel-thewatkins/cloud-init/+git/cloud-init:whitespace into cloud-init:master.
Commit message:
analyze/show: remove trailing space in output
Requested reviews:
cloud-init Commiters (cloud-init-dev)
For more details, see:
https://code.launchpad.net/~daniel-thewatkins/cloud-init/+git/cloud-init/+merge/373228
--
Your team cloud-init Commiters is requested to review the proposed merge of ~daniel-thewatkins/cloud-init/+git/cloud-init:whitespace into cloud-init:master.
diff --git a/cloudinit/analyze/show.py b/cloudinit/analyze/show.py
index 511b808..fb152b1 100644
--- a/cloudinit/analyze/show.py
+++ b/cloudinit/analyze/show.py
@@ -349,7 +349,7 @@ def generate_records(events, blame_sort=False,
if event_name(event) == event_name(prev_evt):
record = event_record(start_time, prev_evt, event)
records.append(format_record("Finished stage: "
- "(%n) %d seconds ",
+ "(%n) %d seconds",
record) + "\n")
total_time += record.get('delta')
else:
Follow ups