fix flake8

This commit is contained in:
Ryan Petrello
2018-10-24 08:49:35 -04:00
parent c44160933d
commit c695ba2e10
11 changed files with 31 additions and 31 deletions

View File

@@ -38,7 +38,7 @@ class IsolatedManager(object):
:param stdout_handle: a file-like object for capturing stdout
:param ssh_key_path: a filepath where SSH key data can be read
:param expect_passwords: a dict of regular expression password prompts
to input values, i.e., {r'Password:\s*?$':
to input values, i.e., {r'Password:*?$':
'some_password'}
:param cancelled_callback: a callable - which returns `True` or `False`
- signifying if the job has been prematurely