Skip to content

Commit 30e5424

Browse files
committed
fix write gil
1 parent 3baa222 commit 30e5424

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyWrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ int PyWrapper::wrapperInit(std::map <std::string, std::string> config) {
230230
catch (py::error_already_set &e) {
231231
spdlog::get("stderr_console")->error("_wrapperInit error_already_set error: {}", e.what());
232232
return -1;
233-
}
233+
}
234234
}
235235

236236
int PyWrapper::wrapperFini() {

0 commit comments

Comments
 (0)