summaryrefslogtreecommitdiffstats
path: root/scripts/recipetool
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/recipetool')
-rwxr-xr-xscripts/recipetool2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/recipetool b/scripts/recipetool
index 1198cc25d7..6c66487569 100755
--- a/scripts/recipetool
+++ b/scripts/recipetool
@@ -117,5 +117,5 @@ if __name__ == "__main__":
117 except Exception: 117 except Exception:
118 ret = 1 118 ret = 1
119 import traceback 119 import traceback
120 traceback.print_exc(5) 120 traceback.print_exc()
121 sys.exit(ret) 121 sys.exit(ret)