Fixes a syntax error in commit b495db2cd56c881a7e661ac55bd31069510cf662.
---
yuminstall.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/yuminstall.py b/yuminstall.py
index dff8772..accf452 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -889,7 +889,7 @@ class AnacondaYum(YumSorter):
custom_buttons=[_("_Exit installer")])
sys.exit(1)
else:
- rc = intf.messageWindow(_("Error"), msg
+ rc = intf.messageWindow(_("Error"), msg,
type="custom", custom_icon="error",
custom_buttons=[_("_Back"), _("_Exit installer")])
--
1.6.2.5
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|