comment out assertion as long no other solution for recursive close all open windows...
[enigma2.git] / mytest.py
index 76f0d33385e701da091db49487b2a2bd79f15e17..e953d8f309e33d7aab114df4de9f4b652a4b6c49 100644 (file)
--- a/mytest.py
+++ b/mytest.py
@@ -278,7 +278,7 @@ class Session:
                # after close of the top dialog, the underlying will
                # gain focus again (for a short time), thus triggering
                # the onExec, which opens the dialog again, closing the loop.
                # after close of the top dialog, the underlying will
                # gain focus again (for a short time), thus triggering
                # the onExec, which opens the dialog again, closing the loop.
-               assert screen == self.current_dialog
+               assert screen == self.current_dialog
                
                self.current_dialog.returnValue = retval
                self.delay_timer.start(0, 1)
                
                self.current_dialog.returnValue = retval
                self.delay_timer.start(0, 1)