From bd5ba702aaa23f35fa2df803141efa168b4894bc Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Mon, 22 Jun 2020 07:14:10 -0700 Subject: [PATCH] Closes #174 --- osxphotos/placeinfo.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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