[Netlist] Problems to compress

Fixes #287
This commit is contained in:
Salvador E. Tropea 2022-09-09 06:51:38 -03:00
parent 409640c681
commit b0b7c6c041
2 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support for Eurocircuits drill adjust to fix small OARs.
Option `eurocircuits_reduce_holes`. (#227)
### Fixed
- Problems to compress netlists. (#287)
## [1.3.0] - 2022-09-08
### Added

View File

@ -43,6 +43,9 @@ class NetlistOptions(BaseOptions):
self._expand_ext = 'd356'
self._category = 'PCB/fabrication/verification'
def get_targets(self, out_dir):
return [self._parent.expand_filename(out_dir, self.output)]
def run(self, name):
command = self.ensure_tool('KiAuto')
if self.format == 'ipc':