--- 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")