Merge lp:autopilot into lp:autopilot/1.5

Proposed by Max Brustkern
Status: Merged
Approved by: Max Brustkern
Approved revision: 578
Merged at revision: 531
Proposed branch: lp:autopilot
Merge into: lp:autopilot/1.5
Diff against target: 12 lines (+1/-1)
1 file modified
autopilot/utilities.py (+1/-1)
To merge this branch: bzr merge lp:autopilot
Reviewer Review Type Date Requested Status
Max Brustkern (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+293312@code.launchpad.net

Commit message

Make the s in seconds lower case.

Description of the change

Working on releasing the change to make the s in seconds lower case.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Max Brustkern (nuclearbob) wrote :

Looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'autopilot/utilities.py'
2--- autopilot/utilities.py 2015-11-19 21:43:39 +0000
3+++ autopilot/utilities.py 2016-04-28 19:04:13 +0000
4@@ -179,7 +179,7 @@
5 self.end = timeit.default_timer()
6 elapsed = self.end - self.start
7 self.logger.log(
8- self.log_level, "'%s' took %.3fS", self.code_name, elapsed)
9+ self.log_level, "'%s' took %.3fs", self.code_name, elapsed)
10
11
12 class StagnantStateDetector(object):

Subscribers

People subscribed via source and target branches