Another oops

This commit is contained in:
rdb 2009-07-23 11:11:13 +00:00
parent eb906bb489
commit a7e0aff65c

View File

@ -556,7 +556,7 @@ def DeleteCVS(dir):
shutil.rmtree(subdir)
else:
DeleteCVS(subdir)
elif (os.path.isfile(subdir) and (entry == ".cvsignore" or entry.startswith(".#")):
elif (os.path.isfile(subdir) and (entry == ".cvsignore" or entry.startswith(".#"))):
os.remove(subdir)
def DeleteBuildFiles(dir):