From 24be9e95702dacbee3064f3b377336bd75324afa Mon Sep 17 00:00:00 2001 From: Nex Date: Fri, 14 Jan 2022 16:26:14 +0100 Subject: [PATCH] Use default list of indicators files now that some default ones are automatically loaded --- mvt/common/indicators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mvt/common/indicators.py b/mvt/common/indicators.py index ec1c6f8..5ae0fc6 100644 --- a/mvt/common/indicators.py +++ b/mvt/common/indicators.py @@ -57,7 +57,7 @@ class Indicators: else: self.log.info("Invalid STIX2 path %s in MVT_STIX2 environment variable", path) - def load_indicators_files(self, files): + def load_indicators_files(self, files=[]): """ Load a list of indicators files. """