
fdrake at gmail
Jun 6, 2005, 8:43 PM
Post #2 of 2
(1312 views)
Permalink
|
|
Re: [andreas@andreas-jung.com: [Zope-Checkins] SVN: zdaemon/trunk/zdctl.py Collector # 1323: applied patch to fix umask handling in zdctl]
[In reply to]
|
|
On 6/6/05, Sidnei da Silva <sidnei[at]awkly.org> 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 _______________________________________________ Zope-Coders mailing list Zope-Coders[at]zope.org http://mail.zope.org/mailman/listinfo/zope-coders
|