[Zodb-checkins] CVS: ZODB3/zdaemon - zdrun.py:1.16

Tim Peters tim.one at comcast.net
Thu Oct 2 18:14:36 EDT 2003


Update of /cvs-repository/ZODB3/zdaemon
In directory cvs.zope.org:/tmp/cvs-serv25291/zdaemon

Modified Files:
	zdrun.py 
Log Message:
Whitespace normalization.


=== ZODB3/zdaemon/zdrun.py 1.15 => 1.16 ===
--- ZODB3/zdaemon/zdrun.py:1.15	Thu Oct  2 14:17:15 2003
+++ ZODB3/zdaemon/zdrun.py	Thu Oct  2 18:14:05 2003
@@ -585,7 +585,7 @@
                        "backoff=%r\n" % self.backoff +
                        "lasttime=%r\n" % self.proc.lasttime +
                        "application=%r\n" % self.proc.pid +
-                       "manager=%r\n" % os.getpid() + 
+                       "manager=%r\n" % os.getpid() +
                        "backofflimit=%r\n" % self.options.backofflimit +
                        "filename=%r\n" % self.proc.filename +
                        "args=%r\n" % self.proc.args)
@@ -653,7 +653,7 @@
 
 def decode_wait_status(sts):
     """Decode the status returned by wait() or waitpid().
-    
+
     Return a tuple (exitstatus, message) where exitstatus is the exit
     status, or -1 if the process was killed by a signal; and message
     is a message telling what happened.  It is the caller's




More information about the Zodb-checkins mailing list