mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-23 07:17:17 +00:00
chg: [adoc] updated with the non-cyber releated lists
This commit is contained in:
parent
b649057a5a
commit
21478c0d8d
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"]
|
skip_list = ["cancer.json", "handicap.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