Removed old comment.
This commit is contained in:
parent
b164e008e3
commit
ab0591f102
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue