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'])