Skip to content

Commit d282951

Browse files
authored
Update config.py
1 parent dca58f0 commit d282951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platformio/project/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def read(self, path, parse_extra=True):
102102
return
103103
self._parsed.append(path)
104104
try:
105-
self._parser.read(path, 'UTF-8')
105+
self._parser.read(path, "utf-8")
106106
except ConfigParser.Error as e:
107107
raise exception.InvalidProjectConfError(path, str(e))
108108

0 commit comments

Comments
 (0)