[Zope3-checkins] SVN: Zope3/branches/Zope-3.1/src/zope/wfmc/process.py Backport rev. 37666 from trunk.

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Aug 2 17:11:35 EDT 2005


Log message for revision 37667:
  Backport rev. 37666 from trunk.
  

Changed:
  U   Zope3/branches/Zope-3.1/src/zope/wfmc/process.py

-=-
Modified: Zope3/branches/Zope-3.1/src/zope/wfmc/process.py
===================================================================
--- Zope3/branches/Zope-3.1/src/zope/wfmc/process.py	2005-08-02 21:10:25 UTC (rev 37666)
+++ Zope3/branches/Zope-3.1/src/zope/wfmc/process.py	2005-08-02 21:11:34 UTC (rev 37667)
@@ -475,7 +475,7 @@
                            if param.input == True])
         output = u', '.join([param.__name__ for param in self.parameters
                            if param.output == True])        
-        return "<Application %r: (%r) --> (%r)>" %(self.__name__, input, output)
+        return "<Application %r: (%s) --> (%s)>" %(self.__name__, input, output)
         
 
 class Participant:



More information about the Zope3-Checkins mailing list