Already configured outputs not created (i.e. when creating reports)

This commit is contained in:
Salvador E. Tropea 2022-05-20 07:24:41 -03:00
parent 50b88adee5
commit 287f8626ba
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -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():