CondaInterface/CondaExecDialog.py

branch
conda
changeset 6679
c5f7b2e9a06d
parent 6678
5f1de9e59227
child 6683
aca9d39fbfbd
equal deleted inserted replaced
6678:5f1de9e59227 6679:c5f7b2e9a06d
61 @type QAbstractButton 61 @type QAbstractButton
62 """ 62 """
63 if button == self.buttonBox.button(QDialogButtonBox.Close): 63 if button == self.buttonBox.button(QDialogButtonBox.Close):
64 self.accept() 64 self.accept()
65 elif button == self.buttonBox.button(QDialogButtonBox.Cancel): 65 elif button == self.buttonBox.button(QDialogButtonBox.Cancel):
66 self.__finish() 66 self.__finish(1, 0)
67 67
68 def start(self, arguments): 68 def start(self, arguments):
69 """ 69 """
70 Public slot to start the conda command. 70 Public slot to start the conda command.
71 71

eric ide

mercurial