[Copy Files][Project][Fixed] Problems with locally edited syms
See #491
This commit is contained in:
parent
02a23345dc
commit
c60d420719
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue