mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-11 09:04:53 +00:00
Merge pull request #5598 from tonhuisman/bugfix/Builds_overview-write-as-utf-8
[Fix] Write _plugin_sets_overview.repl as utf-8 so it works again on Windows
This commit is contained in:
@@ -173,7 +173,7 @@ def generateBuildOverview(fileName):
|
||||
|
||||
print('Writing build sets overview to:', filepath)
|
||||
|
||||
output = open(filepath, "w")
|
||||
output = open(filepath, "w", encoding="utf-8")
|
||||
output.write('Plugins per build set\n')
|
||||
output.write('=====================\n')
|
||||
output.write('\n')
|
||||
|
||||
Reference in New Issue
Block a user