[blivet:rhel7/master 3/3] Change variable keyword (#1075671)

mulhern amulhern at redhat.com
Mon Sep 22 19:09:39 UTC 2014


Related: rhbz#1075671

Should have gone in with commit
9e60a5477f779a3a1ed11b6055832c8de160455d.

Signed-off-by: mulhern <amulhern at redhat.com>
---
 blivet/partitioning.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blivet/partitioning.py b/blivet/partitioning.py
index 2312fb9..12a7f41 100644
--- a/blivet/partitioning.py
+++ b/blivet/partitioning.py
@@ -905,7 +905,7 @@ def doPartitioning(storage):
     for partition in storage.partitions:
         if not partition.exists and partition.isExtended and \
            not storage.devicetree.findActions(device=partition, action_type="create"):
-            storage.devicetree._removeDevice(partition, moddisk=False, force=True)
+            storage.devicetree._removeDevice(partition, modparent=False, force=True)
 
     partitions = storage.partitions[:]
     for part in storage.partitions:
-- 
1.9.3



More information about the anaconda-patches mailing list