From d57167cee8c4059d3eab778934f98c9fd9cedcb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 26 Mar 2015 16:15:47 +0100 Subject: Remove residue of old required implementation --- scripts/main_loop.py | 5 +---- 1 file changed, 1 insertion(+), 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: -- cgit v1.2.3