Skip to content
Snippets Groups Projects
Commit 823e2705 authored by JOUNEAU Thomas's avatar JOUNEAU Thomas
Browse files

Update generate_citation.py

parent ebe3ecb2
Branches
No related tags found
No related merge requests found
...@@ -162,7 +162,6 @@ for doi,metadata in complete_list.items(): # ...@@ -162,7 +162,6 @@ for doi,metadata in complete_list.items(): #
print (dataset_unf) print (dataset_unf)
elif "UNF" not in metadata["latestVersion"] : elif "UNF" not in metadata["latestVersion"] :
dataset_unf = "" dataset_unf = ""
print ("y a pas d'UNF et y a plus de ouisky!!!!")
else : else :
print ("Vérifier la partie du code concernant le mapping de UNF") print ("Vérifier la partie du code concernant le mapping de UNF")
...@@ -231,4 +230,4 @@ with open(export_filename, 'w') as f: ...@@ -231,4 +230,4 @@ with open(export_filename, 'w') as f:
# #
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment