aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-05-11 14:14:55 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-06-02 11:18:47 +0200
commit93bc2641d24841b91cd70ec7ba63f501caefeaf4 (patch)
treecf01d30b601050a4cbe318cea38804f68ad1913e
parentb73a5bd3d419f3f0854701edf1d6faa94df989ca (diff)
downloadallocbench-93bc2641d24841b91cd70ec7ba63f501caefeaf4.tar.gz
allocbench-93bc2641d24841b91cd70ec7ba63f501caefeaf4.zip
ignore redefined input argument
-rw-r--r--allocbench/util.py2
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