From da69bb193b5249c3f489b18a746e3800b36e37d0 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 26 Feb 2020 16:17:50 +0100 Subject: print debug message with command line of subcommands --- src/util.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/util.py b/src/util.py index 2e37226..fb0e75b 100644 --- a/src/util.py +++ b/src/util.py @@ -42,6 +42,8 @@ def run_cmd(cmd, stdout = None stderr = stdout + print_debug(f"Running command {cmd}") + return subprocess.run(cmd, stdout=stdout, stderr=stderr, -- cgit v1.2.3