From 70d646af78fae208be9495f4a60ee3e9276bf375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donncha=20=C3=93=20Cearbhaill?= Date: Mon, 6 Oct 2025 09:50:24 +0200 Subject: [PATCH] Quote STIX path in log line --- src/mvt/common/indicators.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mvt/common/indicators.py b/src/mvt/common/indicators.py index 877429e..c34418d 100644 --- a/src/mvt/common/indicators.py +++ b/src/mvt/common/indicators.py @@ -73,7 +73,7 @@ class Indicators: self.parse_stix2(file) else: self.log.error( - "Path specified with env MVT_STIX2 is not a valid path: %s", path + "Path specified with env MVT_STIX2 is not a valid path: '%s'", path ) def _new_collection( @@ -212,7 +212,7 @@ class Indicators: :type file_path: str """ - self.log.info("Parsing STIX2 indicators file at path %s", file_path) + self.log.info("Parsing STIX2 indicators file at path '%s'", file_path) with open(file_path, "r", encoding="utf-8") as handle: try: