Merge lp:~zyga/checkbox/fix-1295111 into lp:checkbox

Proposed by Zygmunt Krynicki
Status: Merged
Approved by: Zygmunt Krynicki
Approved revision: 2816
Merged at revision: 2817
Proposed branch: lp:~zyga/checkbox/fix-1295111
Merge into: lp:checkbox
Diff against target: 11 lines (+1/-1)
1 file modified
checkbox-ng/checkbox_ng/service.py (+1/-1)
To merge this branch: bzr merge lp:~zyga/checkbox/fix-1295111
Reviewer Review Type Date Requested Status
Zygmunt Krynicki (community) Approve
Review via email: mp+212332@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Zygmunt Krynicki (zyga) wrote :

self approve

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'checkbox-ng/checkbox_ng/service.py'
2--- checkbox-ng/checkbox_ng/service.py 2014-03-20 10:35:19 +0000
3+++ checkbox-ng/checkbox_ng/service.py 2014-03-23 21:30:34 +0000
4@@ -1022,7 +1022,7 @@
5 self.native.metadata.running_job_name = value['running_job_name']
6 self.native.metadata.flags = value['flags']
7 self.native.metadata.app_blob = bytes(value.get('app_blob', b''))
8- self.native.metadata.app_id = bytes(value.get('app_id', ''))
9+ self.native.metadata.app_id = value.get('app_id', '')
10
11 # TODO: signal<metadata>
12

Subscribers

People subscribed via source and target branches