Merge lp:~sylvain-pineau/checkbox/fix-1333300 into lp:checkbox

Proposed by Sylvain Pineau
Status: Merged
Approved by: Sylvain Pineau
Approved revision: 4203
Merged at revision: 4204
Proposed branch: lp:~sylvain-pineau/checkbox/fix-1333300
Merge into: lp:checkbox
Diff against target: 11 lines (+1/-0)
1 file modified
providers/plainbox-provider-checkbox/bin/pulse-active-port-change (+1/-0)
To merge this branch: bzr merge lp:~sylvain-pineau/checkbox/fix-1333300
Reviewer Review Type Date Requested Status
Sylvain Pineau Approve
Review via email: mp+285108@code.launchpad.net

Description of the change

A simple fix for the linked bug

To post a comment you must log in.
Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

self-approved

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'providers/plainbox-provider-checkbox/bin/pulse-active-port-change'
2--- providers/plainbox-provider-checkbox/bin/pulse-active-port-change 2015-09-16 03:47:13 +0000
3+++ providers/plainbox-provider-checkbox/bin/pulse-active-port-change 2016-02-04 19:38:25 +0000
4@@ -72,6 +72,7 @@
5 cfg = set()
6 for record in doc.record_list:
7 active_port = None
8+ port_availability = None
9 # We go through the attribute list once to try to find an active port
10 for attr in record.attribute_list:
11 if attr.name == "Active Port":

Subscribers

People subscribed via source and target branches