--- text.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/text.py b/text.py index 9133811..832c46c 100644 --- a/text.py +++ b/text.py @@ -671,7 +671,7 @@ class InstallInterface: anaconda.id.fsset.registerProgressWindow(self.progressWindow) anaconda.id.fsset.registerWaitWindow(self.waitWindow) - parted.exception_set_handler(lambda exn: partedExceptionWindow(exn, anaconda)) + parted.exception_set_handler(self.partedExceptionWindow) lastrc = INSTALL_OK (step, instance) = anaconda.dispatch.currentStep() -- 1.6.0.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list