We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0cb7da + fa8321b commit 881de63Copy full SHA for 881de63
1 file changed
labgrid/driver/shelldriver.py
@@ -169,6 +169,7 @@ def _await_login(self):
169
# lets start over again and see if login or prompt will appear
170
# now.
171
self.console.sendline("")
172
+ did_login = True
173
174
last_before = before
175
0 commit comments