[PATCH 5/5] Comment the part of the code changing an existing device

Vratislav Podzimek vpodzime at redhat.com
Fri Apr 4 19:54:23 UTC 2014


Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
---
 pyanaconda/ui/gui/spokes/custom.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py
index 9efba26..80c3577 100644
--- a/pyanaconda/ui/gui/spokes/custom.py
+++ b/pyanaconda/ui/gui/spokes/custom.py
@@ -916,6 +916,9 @@ class CustomPartitioningSpoke(NormalSpoke, StorageChecker):
                    changed_container or changed_container_encrypted or
                    changed_container_raid_level or changed_container_size)
 
+        ##
+        ## Handle changes to an existing device
+        ##
         if not use_dev.exists:
             if not changed:
                 log.debug("nothing changed for new device")
-- 
1.9.0



More information about the anaconda-patches mailing list