Removed duplicate logging messages

This commit is contained in:
Qubasa
2024-01-11 22:46:29 +01:00
parent 2c6c4bacce
commit f087f527cc
3 changed files with 15 additions and 6 deletions

View File

@@ -60,7 +60,7 @@ def run(
check: bool = True,
error_msg: str | None = None,
) -> CmdOut:
glog.debug(f"running command: {shlex.join(cmd)}. Caller: {get_caller()}")
glog.debug(f"$: {shlex.join(cmd)} \nCaller: {get_caller()}")
# Start the subprocess
process = subprocess.Popen(
cmd,