Fixed a breaking sort change, added some more logic to give insight on why functions arent running
This commit is contained in:
+2
-2
@@ -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", "{}")
|
||||
|
||||
Reference in New Issue
Block a user