Commit f8942dc8 authored by malenov's avatar malenov
Browse files

fix incorrect position for WMOPS value extracted from the printout

parent 95cac43b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ INSTRUMENTED_RESULTS = {
    "WMOPS": {
        "keyword": "total",
        "number_format": "{:.5g}",
        "position": 3,
        "position": 2,
        "max_or_add": "add",
        "keyword_suffix": False,
        "strip_suffix": False,