Wed, 30 Sep 2020 19:30:25 +0200
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")