summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/recipetool2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/recipetool b/scripts/recipetool
index 3765ec7cf9..3a3c9b7445 100755
--- a/scripts/recipetool
+++ b/scripts/recipetool
@@ -36,8 +36,8 @@ def tinfoil_init(parserecipes):
36 import bb.tinfoil 36 import bb.tinfoil
37 import logging 37 import logging
38 tinfoil = bb.tinfoil.Tinfoil(tracking=True) 38 tinfoil = bb.tinfoil.Tinfoil(tracking=True)
39 tinfoil.prepare(not parserecipes)
40 tinfoil.logger.setLevel(logger.getEffectiveLevel()) 39 tinfoil.logger.setLevel(logger.getEffectiveLevel())
40 tinfoil.prepare(not parserecipes)
41 return tinfoil 41 return tinfoil
42 42
43def main(): 43def main():