legacy bug, in a methond not in fact used (but maybe usable)

This commit is contained in:
Adolfo Gómez García 2018-01-15 23:32:55 +01:00
parent 8d00883213
commit ea0727993e

View File

@ -169,7 +169,7 @@ class GroupsManager(object):
Checks if this group name is marked as valid inside this groups manager.
Returns True if group name is marked as valid, False if it isn't.
'''
for grp in self.checkAllGroup(groupName):
for grp in self.checkAllGroups(groupName):
if grp['valid']:
return True
return False