Skip to content

Commit

Permalink
Fix typo (#82)
Browse files Browse the repository at this point in the history
Signed-off-by: John Mertic <[email protected]>
  • Loading branch information
jmertic authored Dec 3, 2024
1 parent 9fc9b74 commit 5408466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lfx_landscape_tools/member.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def toLandscapeItemAttributes(self):

if self.linkedin:
logging.getLogger().info("Setting 'extra.linkedin_url' to '{}' for '{}'".format(self.linkedin,self.orgname))
if not returnentry['extra']:
if not returnentry.get('extra'):
returnentry['extra'] = {}
returnentry['extra']['linkedin_url'] = self.linkedin

Expand Down

0 comments on commit 5408466

Please sign in to comment.