feat: replace loguru with logging
This commit is contained in:
parent
cced09f1ac
commit
c6940db289
34 changed files with 138 additions and 245 deletions
|
@ -1,6 +1,7 @@
|
|||
import logging
|
||||
from subprocess import CalledProcessError, CompletedProcess, run
|
||||
|
||||
from loguru import logger
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def run_(*args, **kwargs) -> CompletedProcess:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue