[PATCH 1/1] The lambda function in run() is not needed.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 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

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux