Removed old comment.

This commit is contained in:
SET 2020-08-10 18:58:03 -03:00
parent b164e008e3
commit ab0591f102
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ def write_xml(filename, groups, headings, head_names, cfg):
attrib['Schematic_Revision'] = cfg.revision attrib['Schematic_Revision'] = cfg.revision
attrib['Schematic_Date'] = cfg.date attrib['Schematic_Date'] = cfg.date
attrib['PCB_Variant'] = ', '.join(cfg.variant) attrib['PCB_Variant'] = ', '.join(cfg.variant)
# attrib['BOM_Date'] = net.getDate() same as schematic
attrib['KiCad_Version'] = cfg.kicad_version attrib['KiCad_Version'] = cfg.kicad_version
attrib['Component_Groups'] = str(cfg.n_groups) attrib['Component_Groups'] = str(cfg.n_groups)
attrib['Component_Count'] = str(cfg.n_total) attrib['Component_Count'] = str(cfg.n_total)