summaryrefslogtreecommitdiff
path: root/yocto-poky/bitbake/bin/bitbake-layers
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/bitbake/bin/bitbake-layers')
-rwxr-xr-xyocto-poky/bitbake/bin/bitbake-layers2
1 files changed, 1 insertions, 1 deletions
diff --git a/yocto-poky/bitbake/bin/bitbake-layers b/yocto-poky/bitbake/bin/bitbake-layers
index fb130444b..d47a6690e 100755
--- a/yocto-poky/bitbake/bin/bitbake-layers
+++ b/yocto-poky/bitbake/bin/bitbake-layers
@@ -1068,5 +1068,5 @@ if __name__ == "__main__":
except Exception:
ret = 1
import traceback
- traceback.print_exc(5)
+ traceback.print_exc()
sys.exit(ret)