aboutsummaryrefslogtreecommitdiff
path: root/lava_dispatcher/shell.py
diff options
context:
space:
mode:
authorNeil Williams <neil.williams@linaro.org>2018-07-05 13:43:40 +0100
committerNeil Williams <neil.williams@linaro.org>2018-07-10 09:46:12 +0100
commit3a6e4895a99f1cc34430b8d8d9c653d8621b0cd3 (patch)
treef013821894759bec8e1154b001f514fd886f2967 /lava_dispatcher/shell.py
parent59d345080f6a582892c9e81a33cdfdc036e7eabc (diff)
Some pylint fixes
Change-Id: Ic5c1b533c3479b4fdb8cbfe56d051022d1efa779
Diffstat (limited to 'lava_dispatcher/shell.py')
-rw-r--r--lava_dispatcher/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lava_dispatcher/shell.py b/lava_dispatcher/shell.py
index 850e7cf65..6a3039914 100644
--- a/lava_dispatcher/shell.py
+++ b/lava_dispatcher/shell.py
@@ -157,7 +157,7 @@ class ShellCommand(pexpect.spawn): # pylint: disable=too-many-public-methods
sent = super().send(string)
return sent
- def expect(self, *args, **kw):
+ def expect(self, *args, **kw): # pylint: disable=arguments-differ
"""
No point doing explicit logging here, the SignalDirector can help
the TestShellAction make much more useful reports of what was matched