Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
arahlin committed Feb 29, 2024
1 parent dd682c8 commit c1fc23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/G3PipelineInfo.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ PYBINDINGS("core") {
.def("__repr__", &G3ModuleConfig::Summary)
;
register_pointer_conversions<G3ModuleConfig>();
register_vector_of<G3ModuleConfig>("VectorModuleConfig");
register_vector_of<G3ModuleConfig>("ModuleConfig");

EXPORT_FRAMEOBJECT(G3PipelineInfo, init<>(), "Stored configuration of a pipeline, including software version information")
.def_readwrite("vcs_url", &G3PipelineInfo::vcs_url)
Expand Down

0 comments on commit c1fc23c

Please sign in to comment.