diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-05-11 14:14:55 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-06-02 11:18:47 +0200 |
| commit | 93bc2641d24841b91cd70ec7ba63f501caefeaf4 (patch) | |
| tree | cf01d30b601050a4cbe318cea38804f68ad1913e | |
| parent | b73a5bd3d419f3f0854701edf1d6faa94df989ca (diff) | |
| download | allocbench-93bc2641d24841b91cd70ec7ba63f501caefeaf4.tar.gz allocbench-93bc2641d24841b91cd70ec7ba63f501caefeaf4.zip | |
ignore redefined input argument
| -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 |
