PATCH: fix last pychecker found issue in RHEL5-branch

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

 



Hi All,

See attachment, this fixes:
text.py:413: Invalid arguments to (exceptionWindow), got 1, expected 2

Regards,

Hans
diff --git a/text.py b/text.py
index 9a6c948..1810be3 100644
--- a/text.py
+++ b/text.py
@@ -410,7 +410,7 @@ class InstallInterface:
 	    from string import joinfields
 	    list = traceback.format_exception(type, value, tb)
 	    text = joinfields(list, "")
-	    win = self.exceptionWindow(text)
+	    win = self.exceptionWindow(text, None)
             win.run()
             rc = win.getrc()
 	    if rc == 1:
_______________________________________________
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