From 32a28daee4e4fee0618db85b9ab79771e9b72e69 Mon Sep 17 00:00:00 2001 From: DefinetlyNotAI Date: Tue, 26 Nov 2024 10:11:00 +0400 Subject: [PATCH] Tested and squashed some bugs Removed the bug where the library is zipped rather than ignored Also tested SysInternal suite zip extraction works, and if it is ignored, and everything else. Finally fixed file saving bug is fixed, where it was saving the logs, zips and hashes outside Logicytics For --minimal flag, bug was it misspelled a file name, fixed that --- CODE/{event_logs.py => event_log.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename CODE/{event_logs.py => event_log.py} (100%) diff --git a/CODE/event_logs.py b/CODE/event_log.py similarity index 100% rename from CODE/event_logs.py rename to CODE/event_log.py