From dcc5e5caa96fe2d13fa12a730d4f0c2dbef76b9f Mon Sep 17 00:00:00 2001 From: tligui_y Date: Tue, 15 Jul 2025 14:52:43 +0200 Subject: [PATCH] Update json_to_md.py --- json_to_md.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json_to_md.py b/json_to_md.py index 9d7b05a39..f5129619c 100644 --- a/json_to_md.py +++ b/json_to_md.py @@ -288,7 +288,7 @@ def main(): args = parser.parse_args() json_to_md_nested(args.input, args.output) - run_pytest_and_generate_banner_with_logs(md_path=args.output, log_path=args.log) + #run_pytest_and_generate_banner_with_logs(md_path=args.output, log_path=args.log) print(f"✅ Report generated at {args.output}")