Nick
nick at dd.revealed.net
Fri May 21 15:42:30 EDT 2004
Thanks for a quick reply, but it didn't solve the problem. conn.hlist.silent is 0 at the call. Nick Gregory (Grisha) Trubetskoy wrote: > I think this is a bug. > > In apache.py, around line 96: > > # find the object > object = resolve_object(module, object_str, > arg=conn, silent=0) > > make that > # find the object > object = resolve_object(module, object_str, > arg=conn, silent=conn.hlist.silent) > > and let me know if it fixes it, then we'll add it into the CVS for next > version.
|