eric6/QScintilla/Exporters/ExporterHTML.py

changeset 7836
2f0d208b8137
parent 7785
9978016560ec
child 7900
72b88fb20261
child 7924
8a96736d465e
diff -r 0835ed67714b -r 2f0d208b8137 eric6/QScintilla/Exporters/ExporterHTML.py
--- a/eric6/QScintilla/Exporters/ExporterHTML.py	Sat Nov 21 19:31:16 2020 +0100
+++ b/eric6/QScintilla/Exporters/ExporterHTML.py	Sun Nov 22 16:04:59 2020 +0100
@@ -456,7 +456,7 @@
                 with E5OverrideCursor():
                     with open(filename, "w", encoding="utf-8") as f:
                         f.write(html)
-            except IOError as err:
+            except OSError as err:
                 E5MessageBox.critical(
                     self.editor,
                     self.tr("Export source"),

eric ide

mercurial