[PATCH 4/5] Fix another typo (old_fstype->old_fs_type). (#951593)

David Lehman dlehman at redhat.com
Mon Apr 15 15:00:04 UTC 2013


---
 pyanaconda/ui/gui/spokes/custom.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py
index 118cf11..de1525d 100644
--- a/pyanaconda/ui/gui/spokes/custom.py
+++ b/pyanaconda/ui/gui/spokes/custom.py
@@ -1128,7 +1128,7 @@ class CustomPartitioningSpoke(NormalSpoke, StorageChecker):
                         try:
                             self._replace_device(old_device_type, device.size,
                                                  disks=old_disks,
-                                                 fstype=old_fstype,
+                                                 fstype=old_fs_type,
                                                  mountpoint=old_mountpoint,
                                                  label=old_label,
                                                  raid_level=old_raid_level,
-- 
1.8.1.4



More information about the anaconda-patches mailing list