瀏覽代碼

Another oops

rdb 16 年之前
父節點
當前提交
a7e0aff65c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      makepanda/makepandacore.py

+ 1 - 1
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):