Removed testing csv generation, added safeguard to option 5 for JB's sake ❤️

This commit is contained in:
2025-09-26 15:12:55 -04:00
parent 0a26ed71c1
commit b82b4a0f1b
3 changed files with 9 additions and 9 deletions
-1
View File
@@ -155,7 +155,6 @@ def combineHashAndHist(hash_path, condensed_path):
df = pd.read_parquet(hash_path)
# Merge on sha256
df = pd.merge(condensed_combo, df, on='sha256', how='inner')
df.to_csv("testing4.csv")
# Rename and reorder columns
df = df.rename(columns={'publisher_x': 'publisher'})
df = df.rename(columns={'policy_x': 'policy'})
+3 -3
View File
@@ -290,13 +290,13 @@ def printEnforceChecklist(parq_base_dir,appr_base_dir, needappr_base_dir, pfligh
print(colorText("Q. Quit", "cyan"))
def areYouSure():
print(colorText(f"🛑*****************************************************************************************************************************************🛑","red"))
print(colorText(f"🛑****************************************************************************************************************************************🛑","red"))
print(colorText(f"⚠️=========================================================================================================================================⚠️","yellow"))
print(colorText(f"🛑========================================================================================================================================🛑","red"))
print(colorText(f"⚠️-------------This program will now begin to make changes to the Airlock Console. Do you understand and agree to proceed? ----------------⚠️", "yellow"))
print(colorText(f"🛑=========================================================================================================================================🛑","red"))
print(colorText(f"🛑========================================================================================================================================🛑","red"))
print(colorText(f"⚠️=========================================================================================================================================⚠️","yellow"))
print(colorText(f"🛑******************************************************************************************************************************************🛑","red"))
print(colorText(f"🛑****************************************************************************************************************************************🛑","red"))
def locked():