Loading scripts/basop_check_for_changes_in_testcases.py +0 −1 Original line number Diff line number Diff line Loading @@ -219,7 +219,6 @@ def postprocess_cmdline(cmdline: str, cwd: pathlib.Path) -> str: # remove the "quite" flag # for output and bitstream files only keep the filename for elem in cmdline_split: print(elem) if elem == "-q": continue elif (elem_as_path := pathlib.Path(elem)).is_absolute(): Loading Loading
scripts/basop_check_for_changes_in_testcases.py +0 −1 Original line number Diff line number Diff line Loading @@ -219,7 +219,6 @@ def postprocess_cmdline(cmdline: str, cwd: pathlib.Path) -> str: # remove the "quite" flag # for output and bitstream files only keep the filename for elem in cmdline_split: print(elem) if elem == "-q": continue elif (elem_as_path := pathlib.Path(elem)).is_absolute(): Loading