diff options
| -rw-r--r-- | allocbench/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/allocbench/util.py b/allocbench/util.py index 08fc11d..681211f 100644 --- a/allocbench/util.py +++ b/allocbench/util.py @@ -30,7 +30,7 @@ def run_cmd(cmd, shell=False, check=True, cwd=None, - input=None): + input=None): # pylint: disable=redefined-builtin """subprocess.run wrapper which cares about the set verbosity""" if capture: stdout = subprocess.PIPE |
