We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d4e99b commit 450014cCopy full SHA for 450014c
src/diffpy/pdfgui/gui/mainframe.py
@@ -299,7 +299,8 @@ def __customProperties(self):
299
300
# The configuration parser for getting configuration data.
301
# self.cP = QuotedConfigParser()
302
- self.cP = QuotedConfigParser(strict=False) #Long try this to avoid DuplicateSectionError
+ # Long try this to avoid DuplicateSectionError and ParsingError
303
+ self.cP = QuotedConfigParser(strict=False, allow_no_value=True)
304
305
# Set the program mode
306
self.mode = "fitting"
0 commit comments