Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Blank result for only state_district and country_code #1

Open
jbothma opened this issue Mar 12, 2024 · 0 comments
Open

Blank result for only state_district and country_code #1

jbothma opened this issue Mar 12, 2024 · 0 comments

Comments

@jbothma
Copy link

jbothma commented Mar 12, 2024

When calling as

AddressFormatter().(
    {
        'attention': None,
        'road': None,
        'house': None, 
        'house_number': None, 
        'postcode': None, 
        'city': None,
        'county': None, 
        'state_district': 'NAGAR, Gilgit-Baltistan', 
        'country': None
    },
    "pk"
)

the return value is the empty string.

Expected: NAGAR, Gilgit-Baltistan, Pakistan

at least the state/region is expected if not filling in the country too.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant