Removed testing csv generation, added safeguard to option 5 for JB's sake ❤️
This commit is contained in:
@@ -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
@@ -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():
|
||||
|
||||
|
||||
Reference in New Issue
Block a user