Skip to content

Commit

Permalink
[FIX] report_py3o: change display_address() to _display_address()
Browse files Browse the repository at this point in the history
  • Loading branch information
imbarbudiman committed Aug 21, 2024
1 parent 7470393 commit aebfc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report_py3o/models/_py3o_parser_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Check warning on line 30 in report_py3o/models/_py3o_parser_context.py

View check run for this annotation

Codecov / codecov/patch

report_py3o/models/_py3o_parser_context.py#L30

Added line #L30 was not covered by tests


class Py3oParserContext(object):
Expand Down

0 comments on commit aebfc87

Please sign in to comment.