]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
better format for process.py 1727/head
authorxiyanxiyan10 <xiyanxiyan10@hotmail.com>
Wed, 25 May 2016 09:27:06 +0000 (17:27 +0800)
committerxiyanxiyan10 <xiyanxiyan10@hotmail.com>
Wed, 25 May 2016 09:27:06 +0000 (17:27 +0800)
tornado/process.py

index a3545b0f914d06fa87aaf9d3505658f56aaf4352..df61eba670682f1c41ac7c14ef634cdf956bdd5d 100644 (file)
@@ -144,6 +144,7 @@ def fork_processes(num_processes, max_restarts=100):
         else:
             children[pid] = i
             return None
+
     for i in range(num_processes):
         id = start_child(i)
         if id is not None: