소스 검색

master Forgot the arguments to start for pyramid

Mike Smith 12 년 전
부모
커밋
1705248157
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pyramid/setup_py2.py

+ 1 - 1
pyramid/setup_py2.py

@@ -11,7 +11,7 @@ NCPU = multiprocessing.cpu_count()
 proc = None
 
 
-def start(args):
+def start(args, logfile, errfile):
     global proc
     setup_util.replace_text(
         pyramid_dir + "/frameworkbenchmarks/models.py",