[anaconda:master 1/3] Fix stray comment.

mulhern amulhern at redhat.com
Thu Oct 16 15:57:52 UTC 2014


---
 pyanaconda/ui/gui/spokes/custom.py | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py
index 9fdfbc2..422a9f4 100644
--- a/pyanaconda/ui/gui/spokes/custom.py
+++ b/pyanaconda/ui/gui/spokes/custom.py
@@ -1117,9 +1117,10 @@ 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 something has changed but the device does not exist,
+        # there is no need to schedule actions on the device.
+        # It is only necessary to create a new device object
+        # which reflects the current choices.
         if not use_dev.exists:
             if not changed:
                 log.debug("nothing changed for new device")
-- 
1.9.3



More information about the anaconda-patches mailing list