Skip to content

Commit

Permalink
fix: typo in log (#16767)
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed Sep 21, 2021
1 parent 48a61ba commit a743526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/utils/webdriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def get_screenshot(
]
logger.debug("Wait %i seconds for chart animation", selenium_animation_wait)
sleep(selenium_animation_wait)
logger.info("Taking a PNG screenshot or url %s", url)
logger.info("Taking a PNG screenshot of url %s", url)
img = element.screenshot_as_png
except TimeoutException:
logger.warning("Selenium timed out requesting url %s", url, exc_info=True)
Expand Down

0 comments on commit a743526

Please sign in to comment.