[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 1/1] The lambda function in run() is not needed.
- From: Joel Granados Moreno <jgranado redhat com>
- To: anaconda-devel-list redhat com
- Subject: [PATCH 1/1] The lambda function in run() is not needed.
- Date: Tue, 5 May 2009 13:14:14 +0200
---
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]