Skip to content
Snippets Groups Projects
Commit 932aebf0 authored by basdorea's avatar basdorea
Browse files

Update scripts_bibtex.py remove all print in script_bibtex

parent 1439138a
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
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