Skip to content

Commit eb68356

Browse files
committed
python fix
1 parent 527e69e commit eb68356

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

win/env-setup-run.ps1

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)