From 9533079520c8a050a7fab702f93bcfcaef59d11c Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 8 Jun 2016 16:41:58 +1000 Subject: [PATCH] Bug fix --- KiBOM/preferences.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KiBOM/preferences.py b/KiBOM/preferences.py index 9350a781..3833dc74 100644 --- a/KiBOM/preferences.py +++ b/KiBOM/preferences.py @@ -190,7 +190,7 @@ class BomPref: cf.set(self.SECTION_IGNORE, i) 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: cf.set(self.SECTION_CONFIGURATIONS, i)