mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Another oops
This commit is contained in:
parent
eb906bb489
commit
a7e0aff65c
@ -556,7 +556,7 @@ def DeleteCVS(dir):
|
|||||||
shutil.rmtree(subdir)
|
shutil.rmtree(subdir)
|
||||||
else:
|
else:
|
||||||
DeleteCVS(subdir)
|
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)
|
os.remove(subdir)
|
||||||
|
|
||||||
def DeleteBuildFiles(dir):
|
def DeleteBuildFiles(dir):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user