Commit ed0b3d33 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent b0c79b6b
......@@ -116,7 +116,8 @@ func (zb *zBlk1State) DropState() {
func (zb *zBlk1State) PySetState(pystate interface{}) error {
chunktab, ok := pystate.(*btree.BTree)
if !ok {
return fmt.Errorf("expect BTree; got %T", pystate)
//return fmt.Errorf("expect BTree; got %T", pystate)
return fmt.Errorf("expect BTree; got %#v", pystate)
}
zb.chunktab = chunktab
......
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