aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-03-26 16:15:47 +0100
committerKarel Kočí <cynerd@email.cz>2015-03-26 16:15:47 +0100
commitd57167cee8c4059d3eab778934f98c9fd9cedcb5 (patch)
tree192a69b2183314d1dad7832edb95167aa361ae7e /scripts
parent3dfe476d1cfc7f890f38328b6913230b186d5a45 (diff)
downloadlinux-conf-perf-d57167cee8c4059d3eab778934f98c9fd9cedcb5.tar.gz
linux-conf-perf-d57167cee8c4059d3eab778934f98c9fd9cedcb5.tar.bz2
linux-conf-perf-d57167cee8c4059d3eab778934f98c9fd9cedcb5.zip
Remove residue of old required implementation
Diffstat (limited to 'scripts')
-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: