Skip to content
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.

Commit

Permalink
Sorry about this guys, but this is better. :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
strichter committed Aug 2, 2005
1 parent 8ecddbf commit 1a16ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process.py
Expand Up @@ -475,7 +475,7 @@ def __repr__(self):
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:
Expand Down

0 comments on commit 1a16ca7

Please sign in to comment.