chg: [tools] add skip list in index generation (to focus on intelligence/cyber)

pull/699/head
Alexandre Dulaunoy 2022-04-04 11:21:46 +02:00
parent 5045af93ca
commit c673360afa
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ def gen_galaxy_tag(galaxy_name, cluster_name):
return '{}={}'.format(galaxy_name, cluster_name)
galaxies_fnames = []
files_to_ignore = []
files_to_ignore = ["cancer.json", "handicap.json"]
pathClusters = '../clusters'
for f in os.listdir(pathClusters):