[PATCH 4/4] Fix up the InstallOptions3Dialog.refresh arguments (#873392).

clumens at redhat.com clumens at redhat.com
Mon Nov 5 21:06:54 UTC 2012


> diff --git a/pyanaconda/ui/gui/spokes/storage.py b/pyanaconda/ui/gui/spokes/storage.py
> index 95ac1b7..9c6f10e 100644
> --- a/pyanaconda/ui/gui/spokes/storage.py
> +++ b/pyanaconda/ui/gui/spokes/storage.py
> @@ -266,7 +266,8 @@ class InstallOptions3Dialog(InstallOptions1Dialog):
>      builderObjects = ["options3_dialog"]
>      mainWidgetName = "options3_dialog"
>  
> -    def refresh(self, required_space, disks_size, disk_free, fs_free, autopart):
> +    def refresh(self, required_space, disks_size, disk_free, fs_free, autopart
> +                autoPartType):
>          self.custom = not autopart
>          sw_text = self._get_sw_needs_text(required_space)
>          label_text = (_("%s\nYou don't have enough space available to install "

Missed a comma, will fix before pushing.

- Chris


More information about the anaconda-patches mailing list