Skip to content

Commit

Permalink
Update browser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRyanSmith committed Jul 3, 2024
1 parent 633c0cc commit f19daae
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 @@ -607,7 +607,7 @@ def _get_pinned_chromium_revision(self):
"""Returns the pinned Chromium revision number."""
return get("https://storage.googleapis.com/wpt-versions/pinned_chromium_revision_NEW").text.strip()

def _get_chromium_revision(self, filename, version=None):
def _get_chromium_revision(self, filename=None, version=None):
"""Format a Chromium Snapshots URL to download a browser component."""

# If a specific version is passed as an argument, we will use it.
Expand Down

0 comments on commit f19daae

Please sign in to comment.