Skip to content

Commit df800b1

Browse files
committed
gdp: Yet another string encoding fix
git-svn-id: svn+ssh://svn.code.sf.net/p/migrid/code/trunk@6064 b75ad72c-e7d7-11dd-a971-7dbc132099af
1 parent 834e66e commit df800b1

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)