diff --git a/tests/ci/scan_file_path.py b/tests/ci/scan_file_path.py index aff94158b8..ab3c08cc2d 100644 --- a/tests/ci/scan_file_path.py +++ b/tests/ci/scan_file_path.py @@ -189,7 +189,7 @@ if __name__ == "__main__": try: stdout, stderr = command_executor.execute(cmd) #if "error" in stderr: - # print(stderr) + print(stderr) lines = stdout.split("\n") if lines[-2].endswith("matches.") or lines[-2].endswith("match."): match_num = int(lines[-2].split(" ")[0])