Added the kicad_prl back-up to the list of files to remove

This commit is contained in:
Salvador E. Tropea 2023-01-16 20:35:28 -03:00
parent 87fd41c91b
commit edfc2e80f1
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ class GS(object):
if GS.ki5:
return [name, name.replace('kicad_pcb', 'pro')]
return [name, name.replace('kicad_pcb', 'kicad_pro'), name.replace('kicad_pcb', 'kicad_prl'),
name.replace('kicad_pcb', 'kicad_pro-bak')]
name.replace('kicad_pcb', 'kicad_pro-bak'), name.replace('kicad_pcb', 'kicad_prl-bak')]
@staticmethod
def remove_pcb_and_pro(name):