File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,6 @@ function Setup-Web-Python {
232232 # Tests passed but SDK cleanup hung - this is a known issue
233233 # We'll still throw but with a message indicating tests passed
234234 $errorMsg = " Tests completed successfully but SDK cleanup timed out. Check BrowserStack dashboard for results."
235- }
236235 } else {
237236 Log- Line " ⚠️ No test completion indicators found. Tests may still be running." $GLOBAL_LOG
238237 }
@@ -241,9 +240,9 @@ function Setup-Web-Python {
241240 Log- Line " ⚠️ Check the log file for details: $LogFile " $GLOBAL_LOG
242241 }
243242 throw
244- }
243+ } # End of inner catch block
245244
246- } finally {
245+ } finally { # End of outer try block, start of finally
247246 Pop-Location
248247 Set-Location (Join-Path $WORKSPACE_DIR $PROJECT_FOLDER )
249248 }
You can’t perform that action at this time.
0 commit comments