Switch logging to loguru

Signed-off-by: Luis Garcia <git@luigi311.com>
This commit is contained in:
Luis Garcia
2025-02-21 16:03:29 -07:00
parent 38e65f5a17
commit 588c23ce41
12 changed files with 182 additions and 200 deletions

View File

@@ -1,6 +1,6 @@
# Check the mark.log file that is generated by the CI to make sure it contains the expected values
import os, argparse
import argparse
import os
def parse_args():