From a7e0aff65c869d60610e6d940a29d0eed93a346e Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 23 Jul 2009 11:11:13 +0000 Subject: [PATCH] Another oops --- makepanda/makepandacore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makepanda/makepandacore.py b/makepanda/makepandacore.py index 5a6958b24b..e1cf9ba957 100644 --- a/makepanda/makepandacore.py +++ b/makepanda/makepandacore.py @@ -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):