summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--text.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/text.py b/text.py
index 8fb4037bf..603873fa8 100644
--- a/text.py
+++ b/text.py
@@ -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]