Skip to content

Commit 811505f

Browse files
committed
pyright
1 parent b4b2ae5 commit 811505f

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
@@ -32,6 +32,10 @@ def _auth_ssh(cls) -> None:
3232
while True:
3333
cls._ssh_user = input("Enter admin username (without domain): ")
3434
cls._ssh_password = getpass.getpass("Enter admin password: ")
35+
36+
assert cls._ssh_user is not None
37+
assert cls._ssh_password is not None
38+
3539
test_output = subprocess.run(
3640
[
3741
PLINK,

0 commit comments

Comments
 (0)