Don't delete the output dir as a default behaviour.

Fixes #107
This commit is contained in:
Alexis Metaireau 2011-05-07 19:27:33 +01:00
commit e09444fa89
4 changed files with 15 additions and 14 deletions

View file

@ -62,7 +62,7 @@ def clean_output_dir(path):
# remove all the existing content from the output folder
try:
pass # WEEEEE dont kill
shutil.rmtree(path)
except Exception:
pass