Skip to content

Commit

Permalink
Added missing python plug-ins.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Sep 15, 2024
1 parent b256686 commit bb7fb29
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/lib/mrvApp/mrvApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,14 @@ namespace mrv
LOG_ERROR(e.what());
}

#ifdef MRV2_PYBIND11
#ifdef MRV2_PYBIND11
// Import the mrv2 python module so we read all python
// plug-ins.
py::module::import("mrv2");

// Discover Python plugins
mrv2_discover_python_plugins();

//
// Run command-line python script.
//
Expand Down

0 comments on commit bb7fb29

Please sign in to comment.