mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-06 01:02:08 +00:00
fix name in script
This commit is contained in:
parent
444ee2bda1
commit
9a4dc311c7
@ -14,7 +14,7 @@ import re
|
|||||||
|
|
||||||
# Check if correct number of input arguments were given
|
# Check if correct number of input arguments were given
|
||||||
if len(sys.argv) != 4:
|
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
|
# Filepath input arguments
|
||||||
ida_html = sys.argv[1]
|
ida_html = sys.argv[1]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user