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