Skip to content
Snippets Groups Projects

Add output name mapping for class for replay db

Merged Samuel GAIST requested to merge fix_class_output_name_issue into master
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
@@ -75,6 +75,11 @@ class All(View):
@@ -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):
def index(self, root_folder, parameters):
Entry = namedtuple('Entry', ['cls', 'attack_support', 'client_id', 'file_id',
Entry = namedtuple('Entry', ['cls', 'attack_support', 'client_id', 'file_id',
'annotations', 'video'])
'annotations', 'video'])
Loading