From 932aebf081ab4de8090d5fb6d43e823f39894c5a Mon Sep 17 00:00:00 2001 From: basdorea <bastien.doreau@uca.fr> Date: Mon, 26 Aug 2019 13:01:27 +0000 Subject: [PATCH] Update scripts_bibtex.py remove all print in script_bibtex --- hal/scripts_bibtex.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hal/scripts_bibtex.py b/hal/scripts_bibtex.py index a4e57cf..ed3f0b7 100644 --- a/hal/scripts_bibtex.py +++ b/hal/scripts_bibtex.py @@ -194,13 +194,13 @@ def script_bibtex_2_hal (bibtex_file, bib_name_user, name_user, firstname_user, if source_bibtex == "ENDNOTE" : try : - print ("AUTHOR:"+entry['author']) + #print ("AUTHOR:"+entry['author']) authors = entry['author'] list_authors_mix = authors.split("and") for auth in list_authors_mix : lab_struct = "" - print ("TEST bib_name_user "+bib_name_user+" - auth "+auth) + #print ("TEST bib_name_user "+bib_name_user+" - auth "+auth) if bib_name_user in auth : print ("Script_bibtex Match form_author EndNote") -- GitLab