[rhinstaller/blivet/pulls/192 master] Fix UnboundLocalError in FSMinSize (#1249304)

vpodzime installerbot-noreply at redhat.com
Mon Aug 3 08:32:40 UTC 2015


> @@ -54,7 +54,7 @@ def _getResizeInfo(self):
>          except OSError as e:
>              error_msg = "failed to gather info from resize program: %s" % e
>          if rc:
> -            error_msg = "failed to gather info from resize program: %s" % e
> +            error_msg = "failed to gather info from resize program: %s" % rc

This should probably rather use ``%d``, but it's not a big deal.

-- 
To view this pull request on github, visit https://github.com/rhinstaller/blivet/pull/192#discussion_r36065093


More information about the anaconda-patches mailing list