mirror of
https://github.com/mvt-project/mvt.git
synced 2026-02-12 16:42:45 +00:00
Fix black formatting
This commit is contained in:
@@ -51,7 +51,9 @@ class Indicators:
|
||||
if os.path.isfile(path) and path.lower().endswith(".stix2"):
|
||||
self.parse_stix2(path)
|
||||
if os.path.isdir(path):
|
||||
for file in glob.glob(os.path.join(path, "**", "*.stix2", recursive=True)):
|
||||
for file in glob.glob(
|
||||
os.path.join(path, "**", "*.stix2", recursive=True)
|
||||
):
|
||||
self.parse_stix2(file)
|
||||
else:
|
||||
self.log.error(
|
||||
|
||||
Reference in New Issue
Block a user