From 93bc2641d24841b91cd70ec7ba63f501caefeaf4 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Mon, 11 May 2020 14:14:55 +0200 Subject: ignore redefined input argument --- allocbench/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3