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

trunk/src/regtests/chdman/chdtest.py
r23812r23813
129129if not os.path.exists(outputPath):
130130   print outputPath + " does not exist"
131131   sys.exit(1)
132
133if os.path.exists(tempPath):   
134   shutil.rmtree(tempPath)
132135   
133shutil.rmtree(tempPath)
134   
135136failure = False
136137
137138for root, dirs, files in os.walk(inputPath):

Previous 199869 Revisions Next


© 1997-2024 The MAME Team