Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 2446

Show
Ignore:
Timestamp:
06/14/09 19:22:43
Author:
lakin
Message:

trunk - unbuffering the stderr for the daemonizer plugin

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/process/plugins.py

    r2439 r2446  
    337337        si = open(self.stdin, "r") 
    338338        so = open(self.stdout, "a+") 
    339         se = open(self.stderr, "a+", 0
     339        se = open(self.stderr, "a+"
    340340 
    341341        # os.dup2(fd, fd2) will close fd2 if necessary, 

Hosted by WebFaction

Log in as guest/cpguest to create tickets