Merge lp://staging/~brendan-donegan/checkbox-editor/bug1033863_whitelist_load into lp://staging/checkbox-editor
Proposed by
Brendan Donegan
Status: | Merged |
---|---|
Merge reported by: | Marc Tardif |
Merged at revision: | not available |
Proposed branch: | lp://staging/~brendan-donegan/checkbox-editor/bug1033863_whitelist_load |
Merge into: | lp://staging/checkbox-editor |
To merge this branch: | bzr merge lp://staging/~brendan-donegan/checkbox-editor/bug1033863_whitelist_load |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Marc Tardif (community) | Approve | ||
Review via email: mp+119692@code.staging.launchpad.net |
Description of the change
Code in whitelist.py was trying to call append on a Whitelist object, which isn't going to work since it's not a list. Changed it to call add (implemented by Whitelist) instead.
To post a comment you must log in.
Good catch, merging!