Commit 03c9d49c by 靳鹏威

debug

parent 1434f484
...@@ -103,7 +103,7 @@ def check_niuren(authors, title, niuren_pool_names, true_niuren_names, true_niur ...@@ -103,7 +103,7 @@ def check_niuren(authors, title, niuren_pool_names, true_niuren_names, true_niur
continue continue
suspected_niuren.append([author, name_index+1]) suspected_niuren.append([author, name_index+1])
niuren_str = ";".join(niuren) niuren_str = ";".join([str(i) for i in niuren])
order_str = ";".join([str(i) for i in order]) order_str = ";".join([str(i) for i in order])
suspected_niuren_str = ";".join([f"{name}({index})" for name, index in suspected_niuren]) suspected_niuren_str = ";".join([f"{name}({index})" for name, index in suspected_niuren])
return niuren_str, order_str, suspected_niuren_str return niuren_str, order_str, suspected_niuren_str
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment