On May 3, 7:23 pm, "John Mettraux" <[EMAIL PROTECTED]> wrote:

> I've checked in a potential fix for it 
> :http://openwfe.svn.sourceforge.net/viewvc/openwfe/trunk/openwfe-pytho...
>
> Please tell me if it does the trick, if not, I'll have to reset a test
> env for this.

Thanks John, it worked great! I only had to make one other small
change (my apologies, there probably is a more elegant solution to
this, but I don't know the code very well yet):

--- /openwfe-1.7.3pre0/etc/python-apre/lib/openwfe/apre/
__init__.orig     2007-05-04 12:39:00.344385000 -0700
+++ /openwfe-1.7.3pre0/etc/python-apre/lib/openwfe/apre/
__init__.py       2007-05-04 12:44:28.990825000 -0700
@@ -161,7 +161,7 @@
         self.ldebug("determining agent for workitem addressed to
participant '%s'" % participantName)

         for entry in self.entries:
-            self.ldebug('examining entry for agent %s' % entry.agent)
+            self.ldebug('examining entry for agent %s' %
str(entry.agent))
             if entry.matches(participantName): return
entry.getAgent()

         return None

Thanks for the quick patch!!!

--Jennifer


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenWFE users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/openwfe-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to