0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-11-17 23:42:33 +01:00
This commit is contained in:
David Baker 2016-01-21 19:17:32 +00:00
parent f1f8122120
commit 330be18ec5

View file

@ -43,7 +43,7 @@ class TreeCache(object):
node_and_keys.append((self.root, None))
for i in range(len(node_and_keys) - 1):
n,k = node_and_keys[i]
n, k = node_and_keys[i]
if n:
break