eric6/CondaInterface/CondaExportDialog.py

changeset 7836
2f0d208b8137
parent 7785
9978016560ec
child 7923
91e843545d9a
--- a/eric6/CondaInterface/CondaExportDialog.py	Sat Nov 21 19:31:16 2020 +0100
+++ b/eric6/CondaInterface/CondaExportDialog.py	Sun Nov 22 16:04:59 2020 +0100
@@ -185,7 +185,7 @@
         try:
             with open(fileName, "w") as f:
                 f.write(self.requirementsEdit.toPlainText())
-        except (OSError, IOError) as err:
+        except OSError as err:
             E5MessageBox.critical(
                 self,
                 self.tr("Generate Requirements"),

eric ide

mercurial