eric7/QScintilla/Exporters/ExporterHTML.py

branch
eric7
changeset 8366
2a9f5153c438
parent 8358
144a6b854f70
child 8881
54e42bc2437a
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:

eric ide

mercurial