mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
Use self instead of non-existing variable name.
This commit is contained in:
parent
9352322075
commit
c83481bd9c
@ -232,7 +232,7 @@ class Group(object):
|
||||
parts = split(rest)
|
||||
if len(parts) == 1 and parts[0] == name:
|
||||
try:
|
||||
self.__makeChild(group, v)
|
||||
self.__makeChild(self, v)
|
||||
except InvalidRegistryValue:
|
||||
# It's probably supposed to be registered later.
|
||||
pass
|
||||
|
@ -1,3 +1,3 @@
|
||||
"""stick the various versioning attributes in here, so we only have to change
|
||||
them once."""
|
||||
version = '0.83.4.1+limnoria (2012-05-02T18:58:56+0000)'
|
||||
version = '0.83.4.1+limnoria (2012-05-02T19:06:22+0000)'
|
||||
|
Loading…
Reference in New Issue
Block a user