bug in generate

This commit is contained in:
Patrick Bareiss
2020-05-08 18:27:18 +02:00
parent d9c5d38d40
commit d684530ed3
-2
View File
@@ -149,8 +149,6 @@ def generate_use_case_library_conf(stories, detections, response_tasks, baseline
for story in stories:
if story['name'] in sto_det:
detetions_new = []
for detection in
story['detections'] = list(sto_det[story['name']])
if story['name'] in sto_res:
story['response_tasks'] = list(sto_res[story['name']])