From e9c787cfe34d5c40b31c789ca91ec8ef9e5856a1 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Wed, 19 Oct 2022 15:13:14 -0400 Subject: [PATCH] Removed an exit statement that was preventing extensions from working Former-commit-id: 1f89608ad6b7a6a65aca87742991f9195937d8a1 [formerly 304c1b09f0a95f4d58aca7352d6ac82ae96ea4b4] Former-commit-id: 8856ed6d9f72fd72f7a91d35dd987f00f1f8eaaf --- lib/sshyp.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/sshyp.py b/lib/sshyp.py index da87d6d..423fa0e 100755 --- a/lib/sshyp.py +++ b/lib/sshyp.py @@ -950,5 +950,3 @@ if __name__ == "__main__": except KeyboardInterrupt: print('\n') - -s_exit(0)