mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 14:57:18 +00:00
chg: [adoc_galaxy] exclude firearms and ammunitions
This commit is contained in:
parent
6328b996b2
commit
6f1b8344a5
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ clusters = []
|
||||||
pathClusters = os.path.join(thisDir, '../clusters')
|
pathClusters = os.path.join(thisDir, '../clusters')
|
||||||
pathGalaxies = os.path.join(thisDir, '../galaxies')
|
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):
|
for f in os.listdir(pathGalaxies):
|
||||||
if '.json' in f:
|
if '.json' in f:
|
||||||
|
|
Loading…
Reference in a new issue