Fixed missing increment in KiCad 5 wks copy
This commit is contained in:
parent
26ebfab294
commit
235031b12c
|
|
@ -424,6 +424,7 @@ class KiConf(object):
|
|||
if os.path.isfile(fname):
|
||||
dest = os.path.join(dest_dir, str(order)+'.kicad_wks')
|
||||
copy2(fname, dest)
|
||||
order = order+1
|
||||
else:
|
||||
logger.error('Missing page layout file: '+fname)
|
||||
exit(MISSING_WKS)
|
||||
|
|
|
|||
Loading…
Reference in New Issue