mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
registry: Use the correct variable name setName creates the child entry
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
This commit is contained in:
parent
97e71bd2cd
commit
8ab33bccb4
@ -231,7 +231,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(group, 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…
Reference in New Issue
Block a user