From 3ae730361bf43f963a7a0b62fc06336468305ae0 Mon Sep 17 00:00:00 2001 From: = <=> Date: Mon, 1 Sep 2025 22:03:36 -0400 Subject: [PATCH] Extra Cleanup --- AirlockTools.py | 4 ++++ chunkinator.json | 1 + 2 files changed, 5 insertions(+) create mode 100644 chunkinator.json diff --git a/AirlockTools.py b/AirlockTools.py index ce1f729..b2d0248 100644 --- a/AirlockTools.py +++ b/AirlockTools.py @@ -300,8 +300,10 @@ def menu_prepare_to_enforce(): executionhist_policy1.to_parquet(f"parquet\\execution_history_{first_policy}.parquet", index=False) print(ct.colorText(f"Staging of Execution history for policy: {first_policy} is complete", "green")) + del data del exe1 del executionhist_policy1 + os.remove("chunkinator.json") gc.collect() if not os.path.exists(f"parquet\\execution_history_{second_policy}.parquet"): @@ -318,7 +320,9 @@ def menu_prepare_to_enforce(): print(ct.colorText(f"Staging of Execution history for policy: {second_policy} is complete", "green")) del executionhist_policy2 + del data2 del exe2 + os.remove("chunkinator.json") gc.collect() if not os.path.exists(f"parquet\\combined_hashlist_{first_policy}_{second_policy}.parquet"): diff --git a/chunkinator.json b/chunkinator.json new file mode 100644 index 0000000..3b06161 --- /dev/null +++ b/chunkinator.json @@ -0,0 +1 @@ +{"error": "Success", "response": {"exechistories": []}} \ No newline at end of file