From b025daaa2a1d77b5cac7c3d8db6ec133297c2301 Mon Sep 17 00:00:00 2001 From: = <=> Date: Fri, 29 Aug 2025 11:48:57 -0400 Subject: [PATCH] Typo --- AirlockTools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AirlockTools.py b/AirlockTools.py index 8877c2e..bf21fad 100644 --- a/AirlockTools.py +++ b/AirlockTools.py @@ -346,7 +346,7 @@ def menu_prepare_to_enforce(): categorized[0].sort_values(by=['sha256','filename_x']) categorized[0].to_csv(f"dataframe_csv\\hashes_needing_approval_{first_policy}_{second_policy}.csv", index=False) - ct.style_dataframe_dark(categorized[0], f"dataframe_html\\dashes_needing_approval_{first_policy}_{second_policy}.html") + ct.style_dataframe_dark(categorized[0], f"dataframe_html\\hashes_needing_approval_{first_policy}_{second_policy}.html") if not categorized[1].empty: categorized[1].sort_values(by=['sha256','filename_x'])