Set public JCLComponent.send_error method
darcs-hash:20070222173205-86b55-d14f1d840e5ce83cd67a20afdbbc8d23b1907057.gz
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user