mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-04-26 01:11:24 -05:00
fix log message with wrong variable in template
This commit is contained in:
parent
f77f2bd9b8
commit
54f5fa07d8
|
|
@ -2933,7 +2933,7 @@ class Script:
|
||||||
if start_address in stop_points and force == False:
|
if start_address in stop_points and force == False:
|
||||||
if debug:
|
if debug:
|
||||||
logging.debug(
|
logging.debug(
|
||||||
"script parsing is stopping at stop_point={address} at map_group={map_group} map_id={map_id}"
|
"script parsing is stopping at stop_point={stop_point} at map_group={map_group} map_id={map_id}"
|
||||||
.format(
|
.format(
|
||||||
stop_point=hex(start_address),
|
stop_point=hex(start_address),
|
||||||
map_group=str(map_group),
|
map_group=str(map_group),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user