Commit 2e0f2028 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix bug with commandline printout

parent dbbe057c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -209,7 +209,7 @@ def run_check(in_format: str, out_formats: list, tests: list, run_fec: bool = Tr
    cmd_fec = cmd_no_fec + ["--decoder_only", "-J", DLY_PROFILE_OUT]
    print(
        "======== Script command line WITH plc: ========\n{}".format(
            " ".join(cmd_no_fec)
            " ".join(cmd_fec)
        )
    )