From 9a4dc311c7776fd6618987fd1f1d6f09fdff623c Mon Sep 17 00:00:00 2001 From: JillianTo Date: Sun, 9 Mar 2025 19:12:39 -0400 Subject: [PATCH] fix name in script --- Auto_Function_Parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Auto_Function_Parser.py b/Auto_Function_Parser.py index cce8094..7177b8e 100644 --- a/Auto_Function_Parser.py +++ b/Auto_Function_Parser.py @@ -14,7 +14,7 @@ import re # Check if correct number of input arguments were given if len(sys.argv) != 4: - sys.exit("parser.py [IDA HTML] [XenonRecomp log] [Output TOML]") + sys.exit("Auto_Function_Parser.py [IDA HTML] [XenonRecomp log] [Output TOML]") # Filepath input arguments ida_html = sys.argv[1]