diff --git a/osxphotos/placeinfo.py b/osxphotos/placeinfo.py index 71342923..7c52d987 100644 --- a/osxphotos/placeinfo.py +++ b/osxphotos/placeinfo.py @@ -546,7 +546,9 @@ class PlaceInfo5(PlaceInfo): iso_country_code=addr._ISOCountryCode, ) else: - postal_address = None + postal_address = PostalAddress( + None, None, None, None, None, None, None, None + ) return postal_address