Skip to content

Commit 9824f7f

Browse files
committed
pyright
1 parent 811505f commit 9824f7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

installation_and_upgrade/ibex_install_utils/admin_runner.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ def _auth_ssh(cls) -> None:
5555
@classmethod
5656
def _run_command_ssh(cls, command: str, parameters: str) -> int:
5757
cls._auth_ssh()
58+
59+
assert cls._ssh_user is not None
60+
assert cls._ssh_password is not None
61+
5862
out = subprocess.run(
5963
[
6064
PLINK,

0 commit comments

Comments
 (0)