src/eric7/CondaInterface/CondaPackagesWidget.py

branch
eric7
changeset 11034
7b8a21fd2d58
parent 11006
a671918232f3
child 11058
5b5c28512359
equal deleted inserted replaced
11033:6b197c3389f7 11034:7b8a21fd2d58
735 self.__conda.writeDefaultConfiguration() 735 self.__conda.writeDefaultConfiguration()
736 736
737 # check, if the destination is writeable 737 # check, if the destination is writeable
738 if not os.access(cfgFile, os.W_OK): 738 if not os.access(cfgFile, os.W_OK):
739 EricMessageBox.critical( 739 EricMessageBox.critical(
740 None, 740 self,
741 self.tr("Edit Configuration"), 741 self.tr("Edit Configuration"),
742 self.tr( 742 self.tr(
743 """The configuration file "{0}" does not exist""" 743 """The configuration file "{0}" does not exist"""
744 """ or is not writable.""" 744 """ or is not writable."""
745 ).format(cfgFile), 745 ).format(cfgFile),

eric ide

mercurial