From 25833589633452647861c814030ebee1f5a85fbe Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Tue, 8 Jan 2019 19:34:17 -0700 Subject: [PATCH] Missed a call to stop_tmux_repair_thread() --- .bin/Scripts/functions/hw_diags.py | 1 - 1 file changed, 1 deletion(-) diff --git a/.bin/Scripts/functions/hw_diags.py b/.bin/Scripts/functions/hw_diags.py index d11a694f..18446489 100644 --- a/.bin/Scripts/functions/hw_diags.py +++ b/.bin/Scripts/functions/hw_diags.py @@ -1140,7 +1140,6 @@ def run_hw_tests(state): # Cleanup state.ost.disconnect(full=True) - stop_tmux_repair_thread(state) tmux_kill_pane(*state.panes.values()) state.panes.clear()