[master 2/2] Allow adding new partitions to disks with active devices (#1212841)

mulkieran installerbot-noreply at redhat.com
Tue Apr 28 16:00:58 UTC 2015


```
active = (dev for dev in devices
   if not dev.isDisk and
  ((dev.status and not isinstance(dev, PartitionDevice)) or dev.format.status))
```

has fewer redundant parts and seems a bit clearer.

-- 
To view this comment on github, visit https://github.com/rhinstaller/blivet/commit/b72e957d2b23444824316331ae21d1c594371e9c#commitcomment-10944840


More information about the anaconda-patches mailing list