Skip to content

Commit

Permalink
Minor typo (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored Dec 3, 2024
1 parent 67969fc commit c9aa9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browsergym/core/src/browsergym/core/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ def _get_obs(self):
or "Cannot read properties of undefined" in err_msg
):
logger.warning(
f"An error occured while extracting the dom and axtree. Retrying ({retries_left}/{EXTRACT_OBS_MAX_TRIES} tries left).\n{repr(e)}"
f"An error occurred while extracting the dom and axtree. Retrying ({retries_left}/{EXTRACT_OBS_MAX_TRIES} tries left).\n{repr(e)}"
)
# post-extract cleanup (ARIA attributes)
_post_extract(self.page)
Expand Down

0 comments on commit c9aa9b1

Please sign in to comment.