refactor: better log output

This commit is contained in:
Dobin Rutishauser
2025-06-20 09:49:14 +02:00
parent 78cb8ad116
commit 7eefe7c444
7 changed files with 20 additions and 26 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ def run_exe(exefile, dllfunc="", check=True):
def run_process_checkret(args, check=True):
logger.info(" > Run process: {}".format(" ".join(args)))
logger.info(" > Run process: {}".format(" ".join(args)))
ret = subprocess.CompletedProcess("", 666)
try: