This commit is contained in:
=
2025-08-29 11:48:57 -04:00
parent bb3cfb9bd4
commit b025daaa2a
+1 -1
View File
@@ -346,7 +346,7 @@ def menu_prepare_to_enforce():
categorized[0].sort_values(by=['sha256','filename_x']) 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) 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: if not categorized[1].empty:
categorized[1].sort_values(by=['sha256','filename_x']) categorized[1].sort_values(by=['sha256','filename_x'])