mirror of
https://github.com/apache/superset.git
synced 2026-04-25 11:04:48 +00:00
chore(backend): Spelling (#25457)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -249,7 +249,7 @@ class WebDriverProxy:
|
||||
)
|
||||
except WebDriverException:
|
||||
logger.exception(
|
||||
"Encountered an unexpected error when requeating url %s", url
|
||||
"Encountered an unexpected error when requesting url %s", url
|
||||
)
|
||||
finally:
|
||||
self.destroy(driver, current_app.config["SCREENSHOT_SELENIUM_RETRIES"])
|
||||
|
||||
Reference in New Issue
Block a user