From 14161db73fadd4b67fa0bf3d763f420f7b84a2b1 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Mon, 14 Jul 2025 17:01:18 +0200 Subject: [PATCH] Update json_to_md.py --- json_to_md.py | 1 + 1 file changed, 1 insertion(+) diff --git a/json_to_md.py b/json_to_md.py index 89af7b1b..b4327ecd 100644 --- a/json_to_md.py +++ b/json_to_md.py @@ -259,6 +259,7 @@ def check_keyboard_interrupt_and_prepend_warning(log_path, md_path): warning = ( "⚠️⚠️⚠️ **TESTS INTERRUPTED BY `KeyboardInterrupt`** ⚠️⚠️⚠️ \n\n" f"> Source: `{interrupt_file_line}`\n\n" + "ℹ️ *Note: The test suite was interrupted at this point. Only the results of the tests executed **before** are shown below.*" "---\n\n" )