From 6f1b8344a5f4acf52fabace648ee50a586f19ad9 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 13 Oct 2023 18:35:10 +0200 Subject: [PATCH] chg: [adoc_galaxy] exclude firearms and ammunitions --- tools/adoc_galaxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/adoc_galaxy.py b/tools/adoc_galaxy.py index 2c98b9c..78c70e7 100755 --- a/tools/adoc_galaxy.py +++ b/tools/adoc_galaxy.py @@ -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: