Skip to content

Commit 86bae21

Browse files
fixed syntax
1 parent 3f5f936 commit 86bae21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/sample_generate_identity_map_v3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ def _usage():
3434
previous_uid = mapped_identity.previous_raw_uid
3535
refresh_from = mapped_identity.refresh_from
3636
print('current_uid =', current_uid)
37-
print('previous_uid =', previous_uid)
38-
print('refresh_from =', refresh_from)
37+
print('previous_uid =', str(previous_uid))
38+
print('refresh_from =', str(refresh_from))
3939
else:
4040
unmapped_identity = unmapped_identities.get(first_email)
4141
reason = unmapped_identity.reason

0 commit comments

Comments
 (0)