* fix: a typo in the function name Exceptionable.clear_errors()
This commit is contained in:
parent
706a34df54
commit
ea21ee0b7f
|
@ -222,7 +222,7 @@ class Exceptionable(object):
|
||||||
for e in exceptional.get_all_errors():
|
for e in exceptional.get_all_errors():
|
||||||
self._report_error(e)
|
self._report_error(e)
|
||||||
|
|
||||||
def clear_erros(self):
|
def clear_errors(self):
|
||||||
"""Clear the error log for this object."""
|
"""Clear the error log for this object."""
|
||||||
self.__errors = []
|
self.__errors = []
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue