mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-26 21:11:12 -05:00
registry: Use the correct variable name setName creates the child entry
Signed-off-by: James McCoy <jamessan@users.sourceforge.net> Conflicts: src/registry.py
This commit is contained in:
parent
edca443eed
commit
4c01cb93e0
@ -232,7 +232,7 @@ class Group(object):
|
|||||||
parts = split(rest)
|
parts = split(rest)
|
||||||
if len(parts) == 1 and parts[0] == name:
|
if len(parts) == 1 and parts[0] == name:
|
||||||
try:
|
try:
|
||||||
self.__makeChild(self, v)
|
self.__makeChild(name, v)
|
||||||
except InvalidRegistryValue:
|
except InvalidRegistryValue:
|
||||||
# It's probably supposed to be registered later.
|
# It's probably supposed to be registered later.
|
||||||
pass
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user