diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-02-26 16:17:50 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-02-26 16:17:50 +0100 |
| commit | da69bb193b5249c3f489b18a746e3800b36e37d0 (patch) | |
| tree | fb3eb93ce297a4ea9f1f113927d6e38441e281e7 /src/util.py | |
| parent | 0d06677043e485aa1366993e395c6fa85b600990 (diff) | |
| download | allocbench-da69bb193b5249c3f489b18a746e3800b36e37d0.tar.gz allocbench-da69bb193b5249c3f489b18a746e3800b36e37d0.zip | |
print debug message with command line of subcommands
Diffstat (limited to 'src/util.py')
| -rw-r--r-- | src/util.py | 2 |
1 files changed, 2 insertions, 0 deletions
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, |
