From c60d420719ab6ef4fd0eba3a001150cc45a43dd8 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 5 Dec 2023 12:39:30 -0300 Subject: [PATCH] [Copy Files][Project][Fixed] Problems with locally edited syms See #491 --- kibot/out_copy_files.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kibot/out_copy_files.py b/kibot/out_copy_files.py index abbb1c2d..87765b5e 100644 --- a/kibot/out_copy_files.py +++ b/kibot/out_copy_files.py @@ -178,6 +178,9 @@ class Copy_FilesOptions(Base3DOptions): else: # Create the libs for lib, comps in libs.items(): + if lib == 'locally_edited': + # Not from a lib, just a copy inside the SCH + continue GS.sch.write_lib(out_lib_base, lib, comps) new_alias = LibAlias() new_alias.name = lib