mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 15:44:06 +01:00
Boomshakalaka\!
This commit is contained in:
parent
102188d568
commit
a4c8384e49
@ -202,7 +202,7 @@ class Group(object):
|
||||
if not isValidRegistryName(name):
|
||||
raise InvalidRegistryName, name
|
||||
if node is None:
|
||||
node = Group()
|
||||
node = Group(self._supplyDefault)
|
||||
if name not in self._children: # XXX Is this right?
|
||||
self._children[name] = node
|
||||
self.added.append(name)
|
||||
|
Loading…
Reference in New Issue
Block a user