eric6/CondaInterface/CondaPackagesWidget.py

changeset 7722
db3a6d341913
parent 7360
9190402e4505
child 7759
51aa6c6b66f7
--- a/eric6/CondaInterface/CondaPackagesWidget.py	Tue Sep 29 19:00:15 2020 +0200
+++ b/eric6/CondaInterface/CondaPackagesWidget.py	Wed Sep 30 19:30:25 2020 +0200
@@ -695,7 +695,7 @@
                 None,
                 self.tr("Edit Configuration"),
                 self.tr("""The configuration file "{0}" does not exist"""
-                        """ or is not writable."""))
+                        """ or is not writable.""").format(cfgFile))
             return
         
         self.__editor = MiniEditor(cfgFile, "YAML")

eric ide

mercurial