Skip to content

Commit

Permalink
enable processing of select, subst, et al in subgraph_io sections of …
Browse files Browse the repository at this point in the history
…templates
  • Loading branch information
dozy committed Jul 17, 2024
1 parent 41ed6ad commit 887aa09
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bin/vtfp.pl
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,12 @@ sub apply_subst {
$ewi->{removelabel}->();
}

if($cfg->{subgraph_io}) {
$ewi->{addlabel}->(q{subgraph_io});
$cfg->{subgraph_io} = subst_walk($cfg->{subgraph_io}, $params, $ewi);
$ewi->{removelabel}->();
}

return;
}

Expand Down

0 comments on commit 887aa09

Please sign in to comment.