mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 16:21:15 +00:00
Format fix
This commit is contained in:
parent
713eefa8a0
commit
16c61cc2a3
@ -415,7 +415,9 @@ def to_roadmap_row(match):
|
||||
displacement = None
|
||||
module_name = None
|
||||
|
||||
if match.recomp_addr is not None and recomp_bin.is_valid_vaddr(match.recomp_addr):
|
||||
if match.recomp_addr is not None and recomp_bin.is_valid_vaddr(
|
||||
match.recomp_addr
|
||||
):
|
||||
if (module_ref := module_map.get_module(match.recomp_addr)) is not None:
|
||||
(_, module_name) = module_ref
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user