Skip to content

Commit

Permalink
Merge pull request #1223 from Bastian-Krause/bst/shelldriver-status
Browse files Browse the repository at this point in the history
driver/shelldriver: fix status attribute setting
  • Loading branch information
Bastian-Krause committed Jul 28, 2023
2 parents 3e1c0df + 8bc7858 commit 2375381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labgrid/driver/shelldriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def _await_login(self):
else:
# we got a prompt. no need for any further action to
# activate this driver.
self.status = 1
self._status = 1
break

elif index == 1:
Expand Down

0 comments on commit 2375381

Please sign in to comment.