From edc1b35a62c71b2a72aa3ef2b0fb35e35fcee35a Mon Sep 17 00:00:00 2001 From: scott Date: Thu, 16 Apr 2026 11:31:27 -0400 Subject: [PATCH] Pause after network check results before returning to main menu The serial path already paused at the disconnect-cable prompt. The network path had no equivalent, causing results to flash and disappear. Co-Authored-By: Claude Sonnet 4.6 --- modules/workflow_check.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/workflow_check.py b/modules/workflow_check.py index b407f6a..f7133ea 100644 --- a/modules/workflow_check.py +++ b/modules/workflow_check.py @@ -206,6 +206,7 @@ def _check_via_network(): fw_rows.append([iom, iom_ver, fab_ver]) _print_results(net_rows, iface_rows, fw_rows) + prompt("Press Enter to return to main menu") # ── Top-level entry point ──────────────────────────────────────────────────────