Changed appearance of error reports

This commit is contained in:
Jamie Hardt
2019-10-10 10:33:35 -07:00
parent 9e8518a321
commit 80f1114f05

View File

@@ -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__":