Browse Source

master Forgot the arguments to start for pyramid

Mike Smith 11 years ago
parent
commit
1705248157
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pyramid/setup_py2.py

+ 1 - 1
pyramid/setup_py2.py

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