Skip to content
Snippets Groups Projects
Commit fc349c51 authored by Damien DESPRES's avatar Damien DESPRES
Browse files

fix #11163 acces restreint

parent 621d514c
Branches
No related tags found
2 merge requests!15merge Development into master,!14fix #11163 acces restreint
Pipeline #18010 passed
......@@ -24,7 +24,7 @@ def tag_doc( the_doc ):
# tag_dict[tag] = False
# isOpen?
if 'license' in the_doc['metadata-fr'].keys() and not any( [x in the_doc['metadata-fr']['license'] for x in ["Licence de réutilisation des données d'intérêt général"] ] ):
if 'license' in the_doc['metadata-fr'].keys() and not any( [x in the_doc['metadata-fr']['license'] for x in ["Licence de réutilisation des données d'intérêt général","Accord de réutilisation de données en accès privé et exclusif"] ] ):
tag_dict['isOpenAccess'] = True
else:
tag_dict['isOpenAccess'] = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment