fixed print msg

This commit is contained in:
divious1
2020-07-15 16:53:49 -04:00
parent 217aabfe72
commit 440fcfb3ae
+1 -1
View File
@@ -30,7 +30,7 @@ def main(argv):
print("count techniques")
counted_techniques, max_count = count_techniques(techniques, all_techniques)
print("count techniques")
print("load detections techniques")
detections = load_objects(path.join(cmdargs.projects_path),'detections/*.yml')
print("get matched techniques")