mirror of
https://github.com/mvt-project/mvt.git
synced 2026-05-14 21:28:09 +02:00
Merge branch 'DL6ER-main'
This commit is contained in:
@@ -168,7 +168,13 @@ def run_module(module):
|
||||
try:
|
||||
module.check_indicators()
|
||||
except NotImplementedError:
|
||||
module.log.info("The %s module does not support checking for indicators",
|
||||
module.__class__.__name__)
|
||||
pass
|
||||
else:
|
||||
if module.indicators and not module.detected:
|
||||
module.log.info("The %s module produced no detections!",
|
||||
module.__class__.__name__)
|
||||
|
||||
try:
|
||||
module.to_timeline()
|
||||
|
||||
Reference in New Issue
Block a user