Finishing ErrorHandler integration

This commit is contained in:
Rafael Vargas
2021-12-24 14:19:16 -04:00
parent 3639ba3280
commit 29998997bc
2 changed files with 5 additions and 3 deletions

View File

@@ -22,7 +22,6 @@ class ErrorHandler():
full_path = self.__open_file()
if isinstance(full_path, bool):
print('Parei')
return False
error_str = self.__prepare_error(error)