Skip to content
Snippets Groups Projects
Commit 627bec72 authored by basdorea's avatar basdorea
Browse files

Update scripts_csv.py remove print cause of utf-8 pbs

parent 932aebf0
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ def script_csv_2_hal (csv_file, form_author, name_user, firstname_user, labo_aut
### IF PUBMED
if source_csv == "PUBMED":
title = list_field[0]
print ("title "+title)
#print ("title "+title)
authors = list_field[2]
......@@ -198,8 +198,8 @@ def script_csv_2_hal (csv_file, form_author, name_user, firstname_user, labo_aut
year = confjournalyear[x+1:]
year = year.strip()
print ("confjournal "+str(confjournal))
print ("year "+str(year))
#print ("confjournal "+str(confjournal))
#print ("year "+str(year))
## VOL PAGES
# split details
......
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