Skip to content

Commit 46efb1e

Browse files
committed
Merge remote-tracking branch 'origin/master' into edge
2 parents d6000f4 + df800b1 commit 46efb1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mig/shared/gdp/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,7 @@ def __get_gdp_user_log_entry(configuration,
844844

845845
result = None
846846
(log_filepath, log_lock_filepath) = __gdp_user_log_filepath(configuration)
847+
client_id = force_native_str(client_id)
847848
scrambled_client_id = __scramble_user_id(configuration, client_id)
848849
if scrambled_client_id is None:
849850
return result

0 commit comments

Comments
 (0)