Skip to content
Snippets Groups Projects
Commit c2bacba1 authored by Hass AbouZeid's avatar Hass AbouZeid
Browse files

Merge branch 'FS-May242017' into '21.0'

ATR-16281

See merge request !2177
parents a04b2434 95c5c9f7
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -35,7 +35,7 @@ def main():
print "ERROR, no final Aux. in label for " + serializable_name
file_types = TriggerSerializable[1].split(" ")
allowed_file_types = ("", "BS", "DS", "ESD", "AODFULL", "AODSLIM", "AODVERYSLIM")
allowed_file_types = ("", "BS", "DS", "ESD", "AODFULL", "AODSLIM", "AODVERYSLIM", "AODBLSSLIM")
for file_type in file_types:
if not file_type in allowed_file_types:
print "ERROR, unknown file type " + file_type + " for " + serializable_name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment