CondaInterface/CondaExecDialog.py

branch
conda
changeset 6679
c5f7b2e9a06d
parent 6678
5f1de9e59227
child 6683
aca9d39fbfbd
--- a/CondaInterface/CondaExecDialog.py	Sun Jan 27 19:58:14 2019 +0100
+++ b/CondaInterface/CondaExecDialog.py	Mon Jan 28 20:03:25 2019 +0100
@@ -63,7 +63,7 @@
         if button == self.buttonBox.button(QDialogButtonBox.Close):
             self.accept()
         elif button == self.buttonBox.button(QDialogButtonBox.Cancel):
-            self.__finish()
+            self.__finish(1, 0)
     
     def start(self, arguments):
         """

eric ide

mercurial