Commit bb0f4269 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix bug with MC modes

parent 2db10146
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ def get_modes(in_format: str) -> list:
    cmd = [
        SCRIPT_DIR.joinpath("runIvasCodec.py"),
        "-C",
        "MC" if in_format_for_script in MC_MODES else in_format_for_script,
        in_format_for_script,
        "-l",
    ]
    list_process = subprocess.run(cmd, capture_output=True)