mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
import_pyarrow status code
This commit is contained in:
parent
8d051e36e5
commit
31611d85d5
|
@ -15,7 +15,7 @@ bool import_pyarrow()
|
||||||
|
|
||||||
if (!imported)
|
if (!imported)
|
||||||
{
|
{
|
||||||
if (!arrow::py::import_pyarrow())
|
if (arrow::py::import_pyarrow() != 0)
|
||||||
{
|
{
|
||||||
if (PyErr_Occurred() != nullptr)
|
if (PyErr_Occurred() != nullptr)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user