[Copy Files][Project][Fixed] Problems with locally edited syms

See #491
This commit is contained in:
Salvador E. Tropea 2023-12-05 12:39:30 -03:00
parent 02a23345dc
commit c60d420719
1 changed files with 3 additions and 0 deletions

View File

@ -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