Skip to content

Commit

Permalink
comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRyanSmith committed Jul 20, 2022
1 parent c76caaa commit 10d2f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/wpt/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ def _get_chromium_revision(self, filename=None, version=None):
self.logger.warning("404: Unsuccessful attempt to download file "
f"based on version. {url}")
# If no URL was used in a previous install
# and no version was passed, use the latest Chromium revision.
# and no version was passed, use the pinned Chromium revision.
revision = self._get_pinned_chromium_revision()

# If the url is successfully used to download/install, it will be used again
Expand Down

0 comments on commit 10d2f64

Please sign in to comment.