[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

[PATCH] Reset storage instance if autopart fails. (#492158)



---
 storage/partitioning.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/storage/partitioning.py b/storage/partitioning.py
index a71ba91..6b5559f 100644
--- a/storage/partitioning.py
+++ b/storage/partitioning.py
@@ -246,6 +246,7 @@ def doAutoPartition(anaconda):
             anaconda.intf.messageWindow(_("Unrecoverable Error"),
                                _("Your system will now be rebooted."))
             sys.exit(0)
+        anaconda.id.storage.reset()
         return DISPATCH_BACK
 
 
-- 
1.6.0.6


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]