Skip to content

Commit

Permalink
WIP - fixing end-of-run crash
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinGuillaume committed Dec 9, 2024
1 parent 998ffea commit 811421d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python_binding/test/src/util/app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ namespace VTX::App::Test::Util
void PythonFixture::resetInterpretor()
{
INTERPRETOR().clearBinders();
return;
INTERPRETOR().addBinder<VTX::PythonBinding::Binding::VTXAppBinder>();
return;
}

void PythonFixture::loadSystem( const std::string & p_moleculePath )
Expand Down

0 comments on commit 811421d

Please sign in to comment.