From 6883bebd164274f241c8cdaff0a72ac271fe1f72 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Mon, 29 Nov 2021 15:51:26 -0500 Subject: [PATCH] Work on importing person and membership data --- app/routers/importing.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/routers/importing.py b/app/routers/importing.py index 90da641..6b1a68a 100644 --- a/app/routers/importing.py +++ b/app/routers/importing.py @@ -838,7 +838,9 @@ async def ins_up_membership_person_data( log.debug(external_import_id) if membership_type_name := record.get('membership_type', None): pass - else: continue + else: + log.warning(f'No membership information information found. Person ID: {person_id}, External ID: {external_id}, Email: {email}') + continue data = {} data['account_id'] = account_id