File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
ITK_dev_shared_components/SAP Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 66import time
77from selenium import webdriver
88from selenium .webdriver .common .by import By
9+ import pywintypes
910from ITK_dev_shared_components .SAP import multi_session
1011
1112
@@ -99,7 +100,7 @@ def _wait_for_sap_to_open() -> None:
99100 sessions = multi_session .get_all_SAP_sessions ()
100101 if len (sessions ) > 0 :
101102 return
102- except :
103+ except pywintypes . com_error :
103104 pass
104105
105106 raise TimeoutError ("SAP didn't respond within 10 seconds." )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " ITK_dev_shared_components"
7- version = " 0.0.5 "
7+ version = " 0.0.6 "
88authors = [
99 { name =" ITK Development" , email =" itk-rpa@mkb.aarhus.dk" },
1010]
You can’t perform that action at this time.
0 commit comments