SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit f1685b55 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Try simple str cast

parent ca29aaa7
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ class iThenticate: ...@@ -89,7 +89,7 @@ class iThenticate:
folder_id, folder_id,
author.user.first_name, author.user.first_name,
author.user.last_name, author.user.last_name,
str(submission.title, 'utf-8'), str(submission.title),
) )
if response['status'] == 200: if response['status'] == 200:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment