Skip to content
Snippets Groups Projects
Commit ccbbe66d authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'fix_class_output_name_issue' into 'master'

Add output name mapping for class for replay db

See merge request !14
parents 858b60fa 0f850fdf
Branches
Tags
1 merge request!14Add output name mapping for class for replay db
......@@ -75,6 +75,11 @@ class All(View):
-----------------------------------------------------------------------------------------------
"""
def __init__(self):
super(All, self)
self.output_member_map = {'class': 'cls'}
def index(self, root_folder, parameters):
Entry = namedtuple('Entry', ['cls', 'attack_support', 'client_id', 'file_id',
'annotations', 'video'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment