mirror of
https://github.com/RafaelSolVargas/Vulkan.git
synced 2025-10-29 16:57:23 +00:00
Finishing ErrorHandler integration
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user