Skip to content

Commit

Permalink
remove spurious python context
Browse files Browse the repository at this point in the history
  • Loading branch information
arahlin committed Feb 29, 2024
1 parent d5166c0 commit 2c4f205
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/G3PipelineInfo.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ template <class A> void G3ModuleConfig::load(A &ar, unsigned v)
std::string
G3ModuleConfig::Summary() const
{
G3PythonContext ctx("G3ModuleConfig::Summary", true);

std::string rv = "pipe.Add(" + modname;
for (auto i : config) {
rv += ", " + i.first + "=" + i.second->Summary();
Expand Down

0 comments on commit 2c4f205

Please sign in to comment.