Ubuntu Pastebin

Paste from egon at Wed, 8 Jul 2015 13:23:25 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
=== modified file 'GDebi/GDebiGtk.py'
--- GDebi/GDebiGtk.py	2015-07-02 07:17:19 +0000
+++ GDebi/GDebiGtk.py	2015-07-08 13:23:09 +0000
@@ -981,8 +981,7 @@
             self.env = ["VTE_PTY_KEEP_FD=%s"% self.writefd,
                         "DEBIAN_FRONTEND=gnome",
                         "APT_LISTCHANGES_FRONTEND=gtk"]
-        def child_exited(self,term):
-            status = term.get_child_exit_status()
+        def child_exited(self, term, status):
             #print "apt finished %s" % status
             #print "exit status: %s" % posix.WEXITSTATUS(status)
             #print "was signaled %s" % posix.WIFSIGNALED(status)
Download as text