Re: [[email protected]: [Zope-Checkins] SVN: zdaemon/trunk/zdctl.py Collector # 1323: applied patch to fix umask handling in zdctl]

Fred Drake <[email protected]> Mon, 6 Jun 2005 23:43:42 -0400
Newsgroups gmane.comp.web.zope.coders
Message-ID <[email protected]>
On 6/6/05, Sidnei da Silva <[email protected]> wrote:
> This checkin seems to break './bin/zopectl start' in Zope:
> 
>   File "/home/sidnei/src/zope/trunk/lib/python/zdaemon/zdctl.py", line
>   216, in do_start
>     args += self._get_override("-m", "umask", oct(self.options.umask))
> TypeError: oct() argument can't be converted to oct

That smacks of silliness.

I've made a change on the zdaemon trunk (revision 30674) that I think
makes sense, but I don't have time for real tests.  ;-(  Please check
it out and report how that works for you.


  -Fred

-- 
Fred L. Drake, Jr.    <fdrake at gmail.com>
Zope Corporation