CondaExecDialog: fixed abug calling the finish method. conda

Mon, 28 Jan 2019 20:03:25 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 28 Jan 2019 20:03:25 +0100
branch
conda
changeset 6679
c5f7b2e9a06d
parent 6678
5f1de9e59227
child 6681
9c1513b488ef

CondaExecDialog: fixed abug calling the finish method.

CondaInterface/CondaExecDialog.py file | annotate | diff | comparison | revisions
--- 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