chg: [adoc_galaxy] exclude firearms and ammunitions

pull/875/head
Alexandre Dulaunoy 2023-10-13 18:35:10 +02:00
parent 6328b996b2
commit 6f1b8344a5
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ clusters = []
pathClusters = os.path.join(thisDir, '../clusters')
pathGalaxies = os.path.join(thisDir, '../galaxies')
skip_list = ["cancer.json", "handicap.json"]
skip_list = ["cancer.json", "handicap.json", "ammunitions.json", "firearms.json"]
for f in os.listdir(pathGalaxies):
if '.json' in f: