Bug fix
This commit is contained in:
parent
7f402f9c1f
commit
9533079520
|
|
@ -190,7 +190,7 @@ class BomPref:
|
||||||
cf.set(self.SECTION_IGNORE, i)
|
cf.set(self.SECTION_IGNORE, i)
|
||||||
|
|
||||||
cf.add_section(self.SECTION_CONFIGURATIONS)
|
cf.add_section(self.SECTION_CONFIGURATIONS)
|
||||||
cf.set(self.SECTION_CONFIGURATION, '; List of PCB configuration parameters')
|
cf.set(self.SECTION_CONFIGURATIONS, '; List of PCB configuration parameters')
|
||||||
for i in self.configurations:
|
for i in self.configurations:
|
||||||
cf.set(self.SECTION_CONFIGURATIONS, i)
|
cf.set(self.SECTION_CONFIGURATIONS, i)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue