summaryrefslogtreecommitdiff
path: root/yocto-poky/scripts/cleanup-workdir
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/scripts/cleanup-workdir')
-rwxr-xr-xyocto-poky/scripts/cleanup-workdir2
1 files changed, 1 insertions, 1 deletions
diff --git a/yocto-poky/scripts/cleanup-workdir b/yocto-poky/scripts/cleanup-workdir
index a7f5a3a66..01ebd526e 100755
--- a/yocto-poky/scripts/cleanup-workdir
+++ b/yocto-poky/scripts/cleanup-workdir
@@ -194,5 +194,5 @@ if __name__ == '__main__':
except Exception:
ret = 2
import traceback
- traceback.print_exc(3)
+ traceback.print_exc()
sys.exit(ret)