I'll open a bug on google code with the patch. Strange that you got mails, it should have gone into exception before.
On Saturday, September 1, 2012 11:38:54 PM UTC+2, Jose C wrote: > > Hi Niphlod, > > On Saturday, September 1, 2012 8:52:08 PM UTC+1, Niphlod wrote: >> >> And you get mails ? >> > > yes, definitely. One per ticket, just without any text in the body. > > >> I get errors (no mail are sent), for a minor bug. >> Could you try modifying the script a little bit ? >> >> right after the while 1: >> for file in os.listdir(path): >> filename = file #instead of os.path.join(path, file) >> >> and the os.unlink line, replace with: >> os.unlink(os.path.join(path, filename)) >> >> > That fixed it. Now I'm getting the email messages with the traceback > included in the body, as expected. > > Thanks for fixing the bug. Is there a process I/we need to follow to > report the bug to the devs/Massimo? > --