Merge lp:~canonical-ci-engineering/adt-to-utah/ran_at into lp:adt-to-utah

Proposed by Francis Ginther
Status: Merged
Approved by: Joe Talbott
Approved revision: 4
Merged at revision: 4
Proposed branch: lp:~canonical-ci-engineering/adt-to-utah/ran_at
Merge into: lp:adt-to-utah
Diff against target: 12 lines (+1/-1)
1 file modified
adt_to_utah/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~canonical-ci-engineering/adt-to-utah/ran_at
Reviewer Review Type Date Requested Status
Canonical CI Engineering Pending
Review via email: mp+255677@code.launchpad.net

Commit message

Fix missing ')'.

Description of the change

Fix missing ')'.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'adt_to_utah/__init__.py'
2--- adt_to_utah/__init__.py 2015-04-09 14:02:37 +0000
3+++ adt_to_utah/__init__.py 2015-04-09 14:16:19 +0000
4@@ -71,7 +71,7 @@
5 "arch": result_data["arch"],
6 "release": result_data["release"],
7 "ran_at": result_data.get('ran_at',
8- datetime.datetime.utcnow().isoformat(' '),
9+ datetime.datetime.utcnow().isoformat(' ')),
10
11 # defaults
12 "commands": [],

Subscribers

People subscribed via source and target branches