Sfoglia il codice sorgente

master Forgot the arguments to start for pyramid

Mike Smith 12 anni fa
parent
commit
1705248157
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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",