correct getrecordings method
This commit is contained in:
@@ -53,9 +53,9 @@ class RecordingGrouper:
|
|||||||
self.data = data
|
self.data = data
|
||||||
|
|
||||||
def getRecordings(self):
|
def getRecordings(self):
|
||||||
for uc in self.data.use_cases():
|
for detection in data.detections(self.data.use_cases()):
|
||||||
for detection in data.detections(uc):
|
for recording in detection.recordings():
|
||||||
return detection.recordings()
|
yield recording
|
||||||
|
|
||||||
def getRecordingGroups(self):
|
def getRecordingGroups(self):
|
||||||
groups = []
|
groups = []
|
||||||
|
|||||||
Reference in New Issue
Block a user