Commit dca9770a authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 4a3c967e
......@@ -315,7 +315,7 @@ func (δΒtail *ΔBtail) Get(ctx context.Context, root *Tree, key Key, at zodb.T
// @tail[key] is not present - key was not changing in (tail, head].
// since at ∈ (tail, head] we can use @head[key] as the result
xvalue, ok, err := root.Get(ctx, key)
if err != nil {
if err != nil || !ok {
return
}
v, ok := xvalue.(zodb.IPersistent)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment