mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-07-09 16:43:28 +01:00
Updated pylint for v1.5.1
Fixed WA for the latest version of pylint (1.5.1)
This commit is contained in:
dev_scripts
extras
wlauto
common
core
devices
android
gem5
external
instrumentation
result_processors
ipynb_exporter
tests
utils
workloads
antutu
ebizzy
hackbench
idle
iozone
spec2000
stream
telemetry
@ -43,7 +43,7 @@ def ssh_get_shell(host, username, password=None, keyfile=None, port=None, timeou
|
||||
raise ConfigError('keyfile may not be used with a telnet connection.')
|
||||
conn = TelnetConnection()
|
||||
else: # ssh
|
||||
conn = pxssh.pxssh()
|
||||
conn = pxssh.pxssh() # pylint: disable=redefined-variable-type
|
||||
try:
|
||||
if keyfile:
|
||||
conn.login(host, username, ssh_key=keyfile, port=port, login_timeout=timeout)
|
||||
@ -274,4 +274,3 @@ def process_backspaces(text):
|
||||
else:
|
||||
chars.append(c)
|
||||
return ''.join(chars)
|
||||
|
||||
|
Reference in New Issue
Block a user