X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/abb278c6414b0992f2472f06c44ee483e36c158c..cc994045fbe2fb8c320c96aa94b050fc67af6ffb:/mytest.py diff --git a/mytest.py b/mytest.py index 59068980..2a7eb9a1 100644 --- a/mytest.py +++ b/mytest.py @@ -68,7 +68,6 @@ class Session: if self.currentDialog.isTmp: self.currentDialog.doClose() - print sys.getrefcount(self.currentDialog) del self.currentDialog.instance # dump(self.currentDialog) del self.currentDialog @@ -100,7 +99,7 @@ class Session: print 'EXCEPTION IN DIALOG INIT CODE, ABORTING:' print '-'*60 traceback.print_exc(file=sys.stdout) - quitMainloop() + quitMainloop(5) print '-'*60 # read skin data @@ -200,7 +199,7 @@ except: print 'EXCEPTION IN PYTHON STARTUP CODE:' print '-'*60 traceback.print_exc(file=sys.stdout) - quitMainloop() + quitMainloop(5) print '-'*60 # now, run the mainloop