Skip to content

Commit 4bbc2e8

Browse files
committed
enable soop update
1 parent a888dcb commit 4bbc2e8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

stixcore/soop/manager.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,6 @@ def add_soop_file_to_index(self, path, *, rebuild_index=True, **args):
529529
all_soop_file = Path(CONFIG.get("SOOP", "soop_files_download")) / f"{plan}.{version}.all.json"
530530

531531
if not all_soop_file.exists():
532-
# TODO remove ove SOOP API is working reliably
533-
return
534532
self.download_all_soops_from_api(plan, version, all_soop_file)
535533

536534
with open(all_soop_file) as f_all:

0 commit comments

Comments
 (0)