Skip to content

Commit

Permalink
WIP - A2
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinGuillaume committed Dec 12, 2024
1 parent 0d3119f commit 5f55991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python_binding/src/python_binding/interpretor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ namespace VTX::PythonBinding
public:
void initializePythonModule()
{
return;
_vtxModule = pybind11::module_::import( "vtx_python_bin" );
return;

LogRedirection logger = LogRedirection();
pybind11::module_::import( "sys" ).attr( "stdout" ) = logger;
Expand Down

0 comments on commit 5f55991

Please sign in to comment.