Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
leo10tt10 committed Jan 16, 2017
1 parent 0fc9512 commit 19beae9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyrpl/sshshell.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def __init__(
username=self.user,
password=self.password,
port=22,
timeout = timeout)
timeout=timeout)
self.channel = self.ssh.invoke_shell()
self.startscp()
# self.sleep(0.1)
Expand Down Expand Up @@ -105,4 +105,3 @@ def shutdown(self):
self.endapp()
self.ask("shutdown now")
self.__del__()

0 comments on commit 19beae9

Please sign in to comment.