aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/main_loop.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/main_loop.py b/scripts/main_loop.py
index d5fe259..84f73d1 100755
--- a/scripts/main_loop.py
+++ b/scripts/main_loop.py
@@ -24,10 +24,7 @@ def step():
elif phs == 1:
phase.message(1)
initialize.kconfig_parser()
- try:
- initialize.gen_requred()
- except MissingFile:
- pass
+ initialize.gen_requred()
iteration.reset()
phase.set(2)
elif phs == 2: