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:
James McCoy 2012-05-22 22:46:35 -04:00
parent 97e71bd2cd
commit 8ab33bccb4
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ class Group(object):
parts = split(rest)
if len(parts) == 1 and parts[0] == name:
try:
self.__makeChild(group, v)
self.__makeChild(name, v)
except InvalidRegistryValue:
# It's probably supposed to be registered later.
pass