Commit 65b558c9 authored by norvell's avatar norvell
Browse files

Another fix in the pass-through filter

parent 2803b946
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -58,8 +58,8 @@ PASSTHROUGH_CONF = [
    (r'-sba\s?[-+]?1',"FOA"),
    (r'-sba\s?[-+]?2',"HOA2"),
    (r'-sba\s?[-+]?3',"HOA3"),
    (r'-mc\s5_1',"5_1"),
    (r'-mc\s7_1',"7_1"),
    (r'-mc\s5_1\s',"5_1"),
    (r'-mc\s7_1\s',"7_1"),
    (r'-mc\s5_1_4',"5_1_4"),
    (r'-mc\s7_1_4',"7_1_4"),
]