diff --git a/ptulsconv/__main__.py b/ptulsconv/__main__.py index 951f2a5..0c7c989 100644 --- a/ptulsconv/__main__.py +++ b/ptulsconv/__main__.py @@ -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__":