diff options
-rw-r--r-- | text.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1663,6 +1663,7 @@ class InstallInterface: ] self.steps = self.commonSteps + dir = 1 while self.step >= 0 and self.step < len(self.steps) and self.steps[self.step]: step = self.steps[self.step] |