mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-15 06:06:04 +00:00
Fix tools/ido_block_numbers.py (#2037)
This commit is contained in:
parent
755604d5ff
commit
f6338bab1f
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ def main():
|
||||||
file=sys.stderr,
|
file=sys.stderr,
|
||||||
)
|
)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
print(f"Compiler command: {shlex.join(compiler_command_line)}", file=sys.stderr)
|
print(f"Compiler command: {shlex.join(command_line)}", file=sys.stderr)
|
||||||
|
|
||||||
symbol_table, ucode = run_cfe(command_line, args.keep_files)
|
symbol_table, ucode = run_cfe(command_line, args.keep_files)
|
||||||
print_symbol_table(symbol_table)
|
print_symbol_table(symbol_table)
|
||||||
|
|
Loading…
Reference in a new issue