Skip to content

Commit

Permalink
Merge pull request #245 from epics-containers/render-pvi-yaml
Browse files Browse the repository at this point in the history
Render Jinja pvi_yaml
  • Loading branch information
gilesknap authored Jul 10, 2024
2 parents 7a54650 + d575a61 commit c01358d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ibek/runtime_cmds/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def generate_pvi(ioc: IOC) -> Tuple[List[IndexEntry], List[Tuple[Database, Entit
continue
entity_pvi = definition.pvi

pvi_yaml = GLOBALS.PVI_DEFS / entity_pvi.yaml_path
pvi_yaml = GLOBALS.PVI_DEFS / UTILS.render(entity, entity_pvi.yaml_path)
device_name = pvi_yaml.name.split(".")[0]
device_bob = GLOBALS.OPI_OUTPUT / f"{device_name}.pvi.bob"

Expand Down

0 comments on commit c01358d

Please sign in to comment.