eric7/CondaInterface/CondaExportDialog.py

branch
eric7
changeset 8322
b422b4e77d19
parent 8318
962bce857696
child 8327
666c2b81cbb7
diff -r ea11a3948f40 -r b422b4e77d19 eric7/CondaInterface/CondaExportDialog.py
--- a/eric7/CondaInterface/CondaExportDialog.py	Mon May 17 19:58:15 2021 +0200
+++ b/eric7/CondaInterface/CondaExportDialog.py	Tue May 18 18:19:47 2021 +0200
@@ -215,7 +215,7 @@
             os.path.expanduser("~"),
             self.tr("Text Files (*.txt);;All Files (*)"),
             None,
-            E5FileDialog.Options(E5FileDialog.DontConfirmOverwrite)
+            E5FileDialog.DontConfirmOverwrite
         )
         if fileName:
             ext = os.path.splitext(fileName)[1]

eric ide

mercurial