mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Wrong variable name.
This commit is contained in:
parent
787625c757
commit
744944d8b2
@ -371,7 +371,7 @@ class Record(object):
|
||||
setattr(self, name, self.converters[name](strValue))
|
||||
unseenRecords.remove(name)
|
||||
for name in unseenRecords:
|
||||
setattr(self, record, self.defaults[record])
|
||||
setattr(self, name, self.defaults[name])
|
||||
|
||||
|
||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||
|
Loading…
Reference in New Issue
Block a user