This commit is contained in:
rthomas 2019-11-28 17:16:57 +01:00
parent b0e480c9f2
commit 86a35bd7bc

View File

@ -48,7 +48,7 @@ void init_utils_functions(py::module& m) {
return py::none();
}
#else
return nullptr;
return py::none();
#endif
});