Re: [firstboot] Catch module errors and print a meaningful error message | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
> diff --git a/firstboot/interface.py b/firstboot/interface.py
> index ce0ff50..5834010 100644
> --- a/firstboot/interface.py
> +++ b/firstboot/interface.py
> @@ -343,6 +343,11 @@ class Interface(object):
> currentModule = self.moduleList[self._control.currentPage]
>
> currentModule.initializeUI()
> + if currentModule.vbox is None:
> + err = _("Module %s did not setup it's UI properly") % currentModule.title
^
There shouldn't be an apostrophe there.
- Chris
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
[Home] [Fedora Users] [Fedora Legacy List] [Fedora Maintainers] [Fedora Desktop] [Red Hat 9 Bible] [Fedora Bible] [Fedora SELinux] [Big List of Linux Books] [Yosemite News] [Yosemite Photos] [KDE Users] [Fedora Tools]