Set public JCLComponent.send_error method

darcs-hash:20070222173205-86b55-d14f1d840e5ce83cd67a20afdbbc8d23b1907057.gz
This commit is contained in:
David Rousselie
2007-02-22 18:32:05 +01:00
parent d83ad1debe
commit e8ece28f00
2 changed files with 3 additions and 3 deletions

View File

@@ -721,7 +721,7 @@ class JCLComponent(Component, object):
(_account.name))
self.stream.send(msg)
def _send_error(self, _account, exception):
def send_error(self, _account, exception):
"""Send an error message only one time until _account.in_error
has been reset to False"""
if _account.in_error == False: