Already configured outputs not created (i.e. when creating reports)
This commit is contained in:
parent
50b88adee5
commit
287f8626ba
|
|
@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- IPC-D-356 netlist generation (#197)
|
||||
|
||||
### Fixed
|
||||
- Already configured outputs not created (i.e. when creating reports)
|
||||
- KiCost+Internal variants: UTF-8 problems
|
||||
- KiCost+Internal variants: problem with `variant` field capitalization
|
||||
|
||||
|
|
|
|||
|
|
@ -361,7 +361,7 @@ def get_output_dir(o_dir, obj, dry=False):
|
|||
|
||||
def config_output(out, dry=False, dont_stop=False):
|
||||
if out._configured:
|
||||
return
|
||||
return True
|
||||
# Should we load the PCB?
|
||||
if not dry:
|
||||
if out.is_pcb():
|
||||
|
|
|
|||
Loading…
Reference in New Issue