Fix Object Typo Error

This commit is contained in:
Donghyun Kim
2022-03-07 14:00:03 +09:00
parent a1023e51f5
commit 34a732a4f0
+1 -1
View File
@@ -704,7 +704,7 @@ class AggregateType(interfaces.objects.ObjectInterface):
tmp_list[member] = (relative_offset, new_child)
# If there's trouble with mutability, consider making update_vol return a clone with the changes
# (there will be a few other places that will be necessary) and/or making these part of the
# permanent dictionaries rather than the non-clonable ones
# permanent dictionaries rather than the non-cloneable ones
template.update_vol(members = tmp_list)
@classmethod