diff --git a/bindings/python/wscript b/bindings/python/wscript index c48fc6242..50fa7a06d 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -353,7 +353,7 @@ class PythonScanTask(Task.TaskBase): scan.stdin.close() if scan.wait(): raise SystemExit(1) - + raise SystemExit(0) def build(bld): if Params.g_options.python_disable: