TrivialRebase: Fix custom categories
local var was replaced with a member, adapt Change-Id: Ie1a8a1f899fc54f8c8422a612e17d990bc544788
This commit is contained in:
parent
dbc2f75dc9
commit
6f4e9e8645
@ -226,7 +226,7 @@ class TrivialRebase:
|
|||||||
# We don't care about previous submit attempts
|
# We don't care about previous submit attempts
|
||||||
continue
|
continue
|
||||||
else:
|
else:
|
||||||
self.AppendAcctApproval(acct_approvals, approval['account_id'], '--%s %s' %
|
self.AppendAcctApproval(approval['account_id'], '--%s %s' %
|
||||||
(approval['category_id'].lower().replace(' ', '-'),
|
(approval['category_id'].lower().replace(' ', '-'),
|
||||||
approval['value']))
|
approval['value']))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user