Fixed a breaking sort change, added some more logic to give insight on why functions arent running

This commit is contained in:
2025-10-07 16:14:25 -04:00
parent bec051b240
commit 6e4e35fa34
5 changed files with 103 additions and 62 deletions
+2 -2
View File
@@ -45,7 +45,7 @@ def main():
working_dir = setup()
logger = logging.getLogger(__name__)
logger.debug("🔍 Logging test: this should appear in both console and file.")
dotenv.load_dotenv(dotenv_path=working_dir / ".env")
try:
@@ -101,7 +101,7 @@ def main():
"""
else:
# Interactive logic
raw = os.getenv("POLICY_MAP_ENF_AUD", "{}")