Skip to content

Commit

Permalink
add diag print
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Apr 11, 2024
1 parent fff8b8d commit 08cb300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def getExternalMembership(context, queryParams) -> dict:
'netid_list': f"{netid}_{check_list}"
}
)
print(response)
if 'Item' in response:
member = True
except KeyError:
Expand Down

0 comments on commit 08cb300

Please sign in to comment.