Previous | 199869 Revisions | Next |
r23813 Thursday 20th June, 2013 at 09:55:20 UTC by Oliver Stöneberg |
---|
chdtest.py: only try to clear temp folder when it exists (nw) |
[src/regtests/chdman] | chdtest.py |
r23812 | r23813 | |
---|---|---|
129 | 129 | if not os.path.exists(outputPath): |
130 | 130 | print outputPath + " does not exist" |
131 | 131 | sys.exit(1) |
132 | ||
133 | if os.path.exists(tempPath): | |
134 | shutil.rmtree(tempPath) | |
132 | 135 | |
133 | shutil.rmtree(tempPath) | |
134 | ||
135 | 136 | failure = False |
136 | 137 | |
137 | 138 | for root, dirs, files in os.walk(inputPath): |
Previous | 199869 Revisions | Next |