We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8447cb7 + 32b2989 commit dd2189cCopy full SHA for dd2189c
payload/usr/local/sal/checkin_modules/profile_checkin.py
@@ -32,7 +32,7 @@ def main():
32
data['payload_types'] = ', '.join(p['PayloadType'] for p in payloads)
33
data['profile_description'] = profile.get('ProfileDescription', 'None')
34
data['identifier'] = profile['ProfileIdentifier']
35
- data['organization'] = profile['ProfileOrganization'] or 'None'
+ data['organization'] = profile.get('ProfileOrganization' or 'None')
36
data['uuid'] = profile['ProfileUUID']
37
data['verification_state'] = profile.get('ProfileVerificationState', '')
38
submission_item['data'] = data
0 commit comments