From 008db8245fa3eded8aab454ea116730774b4d2eb Mon Sep 17 00:00:00 2001 From: P4T12ICK Date: Wed, 13 Jan 2021 14:32:54 +0100 Subject: [PATCH] merged with develop --- bin/doc-gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/doc-gen.py b/bin/doc-gen.py index 6d8514844e..5e83129697 100644 --- a/bin/doc-gen.py +++ b/bin/doc-gen.py @@ -682,7 +682,7 @@ if __name__ == "__main__": stories = load_objects("stories/*.yml") detections = [] detections = load_objects("detections/*/*.yml") - detections.extend(load_objects("detections/*/*/*.yml", VERBOSE, REPO_PATH)) + detections.extend(load_objects("detections/*/*/*.yml")) # complete_stories = generate_stories(REPO_PATH, verbose) # complete_detections = generate_detections(REPO_PATH, complete_stories)