Materials: code formating, flake8

This commit is contained in:
Bernd Hahnebach
2019-06-25 00:02:21 +02:00
parent bdd9204392
commit 7d2e1da194

View File

@@ -70,7 +70,7 @@ def importFCMat(fileName):
)
Config = configparser.RawConfigParser()
Config.optionxform = str
Config.read(fileName, encoding='utf-8') # respect unicode filenames
Config.read(fileName, encoding='utf-8') # respect unicode filenames
dict1 = {}
for section in Config.sections():
options = Config.options(section)