Typo
This commit is contained in:
+1
-1
@@ -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'])
|
||||||
|
|||||||
Reference in New Issue
Block a user