Skip to content

Commit

Permalink
restore PVI_DEFS to runtime stage
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Nov 9, 2023
1 parent bc4b5f8 commit bca0e8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ibek/ioc_cmds/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import typer

from ibek.globals import EPICS_ROOT, IBEK_DEFS, IOC_FOLDER
from ibek.globals import EPICS_ROOT, IBEK_DEFS, IOC_FOLDER, PVI_DEFS


def get_ioc_source() -> Path:
Expand Down Expand Up @@ -69,6 +69,7 @@ def extract_assets(destination: Path, source: Path, extras: List[Path], defaults
default_assets = [
get_ioc_source() / "ibek-support",
source / "support" / "configure",
PVI_DEFS,
IBEK_DEFS,
IOC_FOLDER,
Path("/venv"),
Expand Down

0 comments on commit bca0e8b

Please sign in to comment.