[Zope3-checkins] SVN: Zope3/trunk/src/zope/wfmc/process.py Sorry
about this guys, but this is better. :-)
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Aug 2 17:10:25 EDT 2005
Log message for revision 37666:
Sorry about this guys, but this is better. :-)
Changed:
U Zope3/trunk/src/zope/wfmc/process.py
-=-
Modified: Zope3/trunk/src/zope/wfmc/process.py
===================================================================
--- Zope3/trunk/src/zope/wfmc/process.py 2005-08-02 21:01:41 UTC (rev 37665)
+++ Zope3/trunk/src/zope/wfmc/process.py 2005-08-02 21:10:25 UTC (rev 37666)
@@ -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