forked from openlp/openlp
Fix a permission error that we should have fixed ages ago.
Add this to your merge proposal: -------------------------------- lp:~raoul-snyman/openlp/permission-error-2.4 (revision 2645) [SUCCESS] https://ci.openlp.io/job/Branch-01-Pull/1676/ [SUCCESS] https://ci.openlp.io/job/Branch-02-Functional-Tests/1587/ [SUCCESS] https://ci.openlp.io/job/Branch-03-Interface-Tests/1525/ [SUCCESS] https://ci.openlp.io/job/Branch-04a-Windows_Functional_Tests/1290/ [SUCCESS] https://ci.openlp.io/job/Branch-... bzr-revno: 2645
This commit is contained in:
parent
7d52332074
commit
01c6cb0f8b
@ -114,7 +114,7 @@ class CategoryActionList(object):
|
||||
if item[1] == action:
|
||||
self.actions.remove(item)
|
||||
return
|
||||
raise ValueError('Action "%s" does not exist.' % action)
|
||||
raise ValueError('Action "%s" does not exist.' % action[0])
|
||||
|
||||
|
||||
class CategoryList(object):
|
||||
|
Loading…
Reference in New Issue
Block a user