Not build master - typo error in "eeschema/plugins/python_scripts/bom_html_with_advanced_grouping.py"
Description
Not build branch master and 7.0.0-rc2 with Mageia 8.
Typo error in script "eeschema/plugins/python_scripts/bom_html_with_advanced_grouping.py" in line 104
row += "<th>Description</th>" + "<th>Vendor</th> + "<th>DNP</th></tr>"
need
row += "<th>Description</th>" + "<th>Vendor</th>" + "<th>DNP</th></tr>"
Steps to reproduce
- rpmbuild kicad branch master
- Check all *.py scripts during rpmbuild
KiCad Version
Build kicad branch master.
Edited by Andrey Fedorushkov