Refactor for clarity

This commit is contained in:
Joe Rickerby
2021-01-05 13:50:21 +00:00
parent a973ba9716
commit 46eb28791f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ class Logger:
self.step_start_time = None
def error(self, error: Union[BaseException, str]) -> None:
def step_end_with_error(self, error: Union[BaseException, str]) -> None:
self.step_end(success=False)
print()