wangkuiyi / recordio

Apache License 2.0
11 stars 2 forks source link

Don't panic on IO error in python wrapper. #22

Closed zou000 closed 5 years ago

zou000 commented 5 years ago

In python wrapper, if an io error is encountered, e.g. opening a non-existent file, etc. a golang panic would occur. We should avoid it and through python exception instead.