Skip to content

Commit

Permalink
dont symlink globals folder to ibek-defs
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Oct 4, 2024
1 parent 5b199da commit 544b730
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ibek/support_cmds/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,11 +318,7 @@ def generate_links(
module of the ioc-xxx Generic IOC project and may be the
public ibek-support repo or a private ibek-support-xxx repo.
"""
support_globals = folder / ".." / IBEK_GLOBALS

symlink_files(folder, SUPPORT_YAML_PATTERN, GLOBALS.IBEK_DEFS)
if support_globals.exists():
symlink_files(support_globals, SUPPORT_YAML_PATTERN, GLOBALS.IBEK_DEFS)
symlink_files(folder, PVI_YAML_PATTERN, GLOBALS.PVI_DEFS)


Expand Down

0 comments on commit 544b730

Please sign in to comment.