You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sibis-platform/ncanda-operations#7415 & co. almost always happen because get_selenium_results terminated halfway through, without calling sibis_session.disconnect_penncnp(). At first glance, this seems like a textbook case where a context manager could be used to prevent the error.
The text was updated successfully, but these errors were encountered:
sibis-platform/ncanda-operations#7415 & co. almost always happen because
get_selenium_results
terminated halfway through, without callingsibis_session.disconnect_penncnp()
. At first glance, this seems like a textbook case where a context manager could be used to prevent the error.The text was updated successfully, but these errors were encountered: