Revision 666e013f
ID | 666e013ff28bbffa99e818a59ccc8d820df629fe |
Fix type error in LUInstanceChangeGroup
If a specific list of groups has been requested, then the code used
that, without transforming it to a (frozen)set first, which results
in:
unsupported operand type(s) for &: 'list' and 'frozenset'
Trivial fix is to do that in the 'then' branch.
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: René Nussbaumer <rn@google.com>
Files
- added
- modified
- copied
- renamed
- deleted