Object.get_field: two bugs, one in attr on list, and multiple results
This commit is contained in:
parent
5e84b3b1d6
commit
84ed939e82
@ -269,8 +269,8 @@ class BasicPrimaryObject(TableObject, PrivacyBase, TagBase):
|
|||||||
#print("split :", self.__class__.__name__,
|
#print("split :", self.__class__.__name__,
|
||||||
# current.__class__.__name__,
|
# current.__class__.__name__,
|
||||||
# [str(i)] + chain[p:],
|
# [str(i)] + chain[p:],
|
||||||
# path_to[:-len(chain[p:])])
|
# path_to[:])
|
||||||
todo.append([self, current, [str(i)] + chain[p:], path_to[:-len(chain[p:])]])
|
todo.append([self, current, [str(i)] + chain[p:], path_to[:]])
|
||||||
current = None
|
current = None
|
||||||
keep_going = False
|
keep_going = False
|
||||||
else: # part not found on this self
|
else: # part not found on this self
|
||||||
|
Loading…
x
Reference in New Issue
Block a user