mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2026-01-01 17:30:47 +00:00
Changed appearance of error reports
This commit is contained in:
@@ -61,7 +61,7 @@ def main():
|
||||
raise e
|
||||
except Exception as e:
|
||||
print_fatal_error("Error trying to convert file")
|
||||
raise e
|
||||
print("\033[31m" + e.__repr__() + "\033[0m", file=sys.stderr)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user