custome -> Custom (#679)

This commit is contained in:
Shuchang Zheng 2024-08-07 09:20:13 -07:00 committed by GitHub
parent 5c6648bb41
commit feddade56e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 5 deletions

View file

@ -5,15 +5,14 @@ Revises: c5ed5a3a14eb
Create Date: 2024-08-06 15:15:15.369986+00:00
"""
from typing import Sequence, Union
from alembic import op
import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision: str = '8f237f00faeb'
down_revision: Union[str, None] = 'c5ed5a3a14eb'
revision: str = "8f237f00faeb"
down_revision: Union[str, None] = "c5ed5a3a14eb"
branch_labels: Union[str, Sequence[str], None] = None
depends_on: Union[str, Sequence[str], None] = None

View file

@ -618,7 +618,7 @@ async def handle_select_option_action(
await skyvern_element.scroll_into_view()
await skyvern_element.coordinate_click(page=page)
await skyvern_element.get_locator().press("Escape", timeout=timeout)
LOG.exception("custome select error")
LOG.exception("Custom select error")
return [ActionFailure(exception=e)]
finally:
await incremental_scraped.stop_listen_dom_increment()