Commit 3d19dd3d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent da6d8880
......@@ -300,7 +300,7 @@ func (r rpc) zeo5Error(arg interface{}) error {
//
// nil is returned if arg does not represent an exception.
func (r rpc) zeo4Error(arg interface{}) error {
// in msgpack encoding errors are always indicated via msgExcept flag.
// in non-pickle encodings errors are always indicated via msgExcept flag
if r.zl.enc != 'Z' {
return nil
}
......
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