From fbde403f6f6ac4be4f003c050ad242b4406bc46e Mon Sep 17 00:00:00 2001 From: Sergei Trofimov Date: Thu, 7 May 2015 09:25:24 +0100 Subject: [PATCH] pep8 --- wlauto/utils/ssh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wlauto/utils/ssh.py b/wlauto/utils/ssh.py index 75830d46..985a17a3 100644 --- a/wlauto/utils/ssh.py +++ b/wlauto/utils/ssh.py @@ -135,7 +135,7 @@ class SshShell(object): def _execute_and_wait_for_prompt(self, command, timeout=None, as_root=False, strip_colors=True, log=True): timeout = self.timeout if timeout is None else timeout - self.conn.prompt(0.1) # clear an existing prompt if there is one. + self.conn.prompt(0.1) # clear an existing prompt if there is one. if as_root: command = "sudo -- sh -c '{}'".format(escape_single_quotes(command)) if log: