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.
1 parent 3f5f936 commit 86bae21Copy full SHA for 86bae21
examples/sample_generate_identity_map_v3.py
@@ -34,8 +34,8 @@ def _usage():
34
previous_uid = mapped_identity.previous_raw_uid
35
refresh_from = mapped_identity.refresh_from
36
print('current_uid =', current_uid)
37
- print('previous_uid =', previous_uid)
38
- print('refresh_from =', refresh_from)
+ print('previous_uid =', str(previous_uid))
+ print('refresh_from =', str(refresh_from))
39
else:
40
unmapped_identity = unmapped_identities.get(first_email)
41
reason = unmapped_identity.reason
0 commit comments