diff options
| author | Tarek Ziade <tarek@ziade.org> | 2011-01-29 12:59:03 +0100 |
|---|---|---|
| committer | Tarek Ziade <tarek@ziade.org> | 2011-01-29 12:59:03 +0100 |
| commit | 4aa91e6aeb12e093c297f5cc439407ffa59ea156 (patch) | |
| tree | 7d426becd92b78d9f6a97222117e1f8e57d308d4 /distutils2/run.py | |
| parent | deb4f4480f20f5c9f1321ec35599ee401bc96b2f (diff) | |
| download | disutils2-4aa91e6aeb12e093c297f5cc439407ffa59ea156.tar.gz | |
simplified the package_dir option - just one root dir allowed
Diffstat (limited to 'distutils2/run.py')
| -rw-r--r-- | distutils2/run.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/distutils2/run.py b/distutils2/run.py index 429ce3d..e5c628b 100644 --- a/distutils2/run.py +++ b/distutils2/run.py @@ -109,6 +109,7 @@ def commands_main(**attrs): except (DistutilsError, CCompilerError), msg: + raise raise SystemExit, "error: " + str(msg) return dist |
