eric6/CondaInterface/CondaPackagesWidget.py

changeset 7722
db3a6d341913
parent 7360
9190402e4505
child 7759
51aa6c6b66f7
equal deleted inserted replaced
7721:331ecfa0e716 7722:db3a6d341913
693 if not os.access(cfgFile, os.W_OK): 693 if not os.access(cfgFile, os.W_OK):
694 E5MessageBox.critical( 694 E5MessageBox.critical(
695 None, 695 None,
696 self.tr("Edit Configuration"), 696 self.tr("Edit Configuration"),
697 self.tr("""The configuration file "{0}" does not exist""" 697 self.tr("""The configuration file "{0}" does not exist"""
698 """ or is not writable.""")) 698 """ or is not writable.""").format(cfgFile))
699 return 699 return
700 700
701 self.__editor = MiniEditor(cfgFile, "YAML") 701 self.__editor = MiniEditor(cfgFile, "YAML")
702 self.__editor.show() 702 self.__editor.show()
703 703

eric ide

mercurial