We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8feaf6b commit d3e90feCopy full SHA for d3e90fe
1 file changed
InteractiveHtmlBom/ecad/kicad.py
@@ -798,9 +798,9 @@ def parse(self):
798
self.config.dnp_field)
799
800
if not self.config.extra_data_file and need_extra_fields:
801
- self.logger.warn('Ignoring extra fields related config parameters '
802
- 'since no netlist/xml file was specified.')
803
- need_extra_fields = False
+ self.config.extra_data_file = self.file_name
+ self.logger.warn('Assuming extra data file to be the pcb file '
+ 'since --extra-data-file was not specified.')
804
805
extra_field_data = None
806
if (self.config.extra_data_file and
0 commit comments