Fmt only (maybe)
This commit is contained in:
@@ -27,6 +27,7 @@ def run_script_with_log(
|
||||
stderr=subprocess.PIPE,
|
||||
text=True,
|
||||
encoding="utf-8",
|
||||
check=False,
|
||||
)
|
||||
if result.returncode != 0:
|
||||
logger.error(f"Error: {' '.join(cmd)}\n{result.stderr}")
|
||||
|
||||
Reference in New Issue
Block a user