diff options
-rw-r--r-- | installclass.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installclass.py b/installclass.py index 47eb99db6..2ec75a9fc 100644 --- a/installclass.py +++ b/installclass.py @@ -77,6 +77,7 @@ class InstallClass: def removeFromSkipList(self, type): if type == "partition": self.skipPartitioning = 0 + self.removeFromSkipList("format") else: if self.skipSteps.has_key(type): del self.skipSteps[type] |