diff -r cde9bde830ea -r 2a9f5153c438 eric7/QScintilla/Exporters/ExporterHTML.py --- a/eric7/QScintilla/Exporters/ExporterHTML.py Sun May 23 13:33:13 2021 +0200 +++ b/eric7/QScintilla/Exporters/ExporterHTML.py Sun May 23 15:35:49 2021 +0200 @@ -476,7 +476,7 @@ if html: with EricOverrideCursor(), open(filename, "w", encoding="utf-8" - ) as f: + ) as f: try: f.write(html) except OSError as err: