Merge ~oddbloke/cloud-init/+git/cloud-init:whitespace into cloud-init:master

Proposed by Dan Watkins
Status: Merged
Approved by: Ryan Harper
Approved revision: 5c6deb22d5c92c3902573fb15ba4fa813693a1f1
Merge reported by: Server Team CI bot
Merged at revision: not available
Proposed branch: ~oddbloke/cloud-init/+git/cloud-init:whitespace
Merge into: cloud-init:master
Diff against target: 13 lines (+1/-1)
1 file modified
cloudinit/analyze/show.py (+1/-1)
Reviewer Review Type Date Requested Status
Ryan Harper Approve
Server Team CI bot continuous-integration Approve
Review via email: mp+373228@code.launchpad.net

Commit message

analyze/show: remove trailing space in output

To post a comment you must log in.
Revision history for this message
Server Team CI bot (server-team-bot) wrote :

PASSED: Continuous integration, rev:5c6deb22d5c92c3902573fb15ba4fa813693a1f1
https://jenkins.ubuntu.com/server/job/cloud-init-ci/1177/
Executed test runs:
    SUCCESS: Checkout
    SUCCESS: Unit & Style Tests
    SUCCESS: Ubuntu LTS: Build
    SUCCESS: Ubuntu LTS: Integration
    IN_PROGRESS: Declarative: Post Actions

Click here to trigger a rebuild:
https://jenkins.ubuntu.com/server/job/cloud-init-ci/1177//rebuild

review: Approve (continuous-integration)
Revision history for this message
Ryan Harper (raharper) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/cloudinit/analyze/show.py b/cloudinit/analyze/show.py
2index 511b808..fb152b1 100644
3--- a/cloudinit/analyze/show.py
4+++ b/cloudinit/analyze/show.py
5@@ -349,7 +349,7 @@ def generate_records(events, blame_sort=False,
6 if event_name(event) == event_name(prev_evt):
7 record = event_record(start_time, prev_evt, event)
8 records.append(format_record("Finished stage: "
9- "(%n) %d seconds ",
10+ "(%n) %d seconds",
11 record) + "\n")
12 total_time += record.get('delta')
13 else:

Subscribers

People subscribed via source and target branches