[FIX] report_py3o: change display_address() to _display_address()

This commit is contained in:
Imbar Budiman
2024-08-21 15:16:33 +07:00
committed by GitHub
parent 7470393761
commit aebfc872e8

View File

@@ -27,7 +27,7 @@ def format_multiline_value(value):
def display_address(address_record, without_company=False):
return address_record.display_address(without_company=without_company)
return address_record._display_address(without_company=without_company)
class Py3oParserContext(object):