From 544b730d2e286bdb8925ba314c4f4643bb051a7f Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Fri, 4 Oct 2024 10:44:49 +0000 Subject: [PATCH] dont symlink globals folder to ibek-defs --- src/ibek/support_cmds/commands.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ibek/support_cmds/commands.py b/src/ibek/support_cmds/commands.py index c493d92e..a9c51aec 100644 --- a/src/ibek/support_cmds/commands.py +++ b/src/ibek/support_cmds/commands.py @@ -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)