CondaPackagesWidget: fixed an omission.

Wed, 30 Sep 2020 19:30:25 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 30 Sep 2020 19:30:25 +0200
changeset 7722
db3a6d341913
parent 7721
331ecfa0e716
child 7723
8a33a532fbe9

CondaPackagesWidget: fixed an omission.

eric6/CondaInterface/CondaPackagesWidget.py file | annotate | diff | comparison | revisions
--- 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