[PATCH] Remove a stray break statement

David Lehman dlehman at redhat.com
Tue Feb 18 17:13:23 UTC 2014


On Tue, 2014-02-18 at 12:06 -0500, David Shea wrote:
> ---
>  pyanaconda/kickstart.py | 1 -
>  1 file changed, 1 deletion(-)

Crap. I removed it on rhel7-branch but not master. Thanks. ACK.

> 
> diff --git a/pyanaconda/kickstart.py b/pyanaconda/kickstart.py
> index e5f4171..1c5a64a 100644
> --- a/pyanaconda/kickstart.py
> +++ b/pyanaconda/kickstart.py
> @@ -1083,7 +1083,6 @@ class PartitionData(commands.partition.F18_PartData):
>              should_clear = storage.shouldClear(disk)
>              if disk and (disk.partitioned or should_clear):
>                  kwargs["parents"] = [disk]
> -                break
>              elif disk:
>                  raise KickstartValueError(formatErrorMsg(self.lineno, msg="Specified unpartitioned disk %s in partition command" % self.disk))
>  




More information about the anaconda-patches mailing list