Ver Fonte

master Forgot the arguments to start for pyramid

Mike Smith há 12 anos atrás
pai
commit
1705248157
1 ficheiros alterados com 1 adições e 1 exclusões
  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",