Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/oluwatobiss/servo into clip…
Browse files Browse the repository at this point in the history
…py/fix-clone-on-copy-warnings
  • Loading branch information
oluwatobiss committed Mar 26, 2024
2 parents 377d7c7 + 2463017 commit 34a6a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/tidy/tidy.py
Expand Up @@ -799,7 +799,7 @@ def run_wpt_lints(only_changed_files: bool):
yield (WPT_CONFIG_INI_PATH, 0, f"{WPT_CONFIG_INI_PATH} is required but was not found")
return

if not list(FileList("./tests/wpt", only_changed_files=True, progress=False)):
if not list(FileList("./tests/wpt", only_changed_files=only_changed_files, progress=False)):
print("\r ➤ Skipping WPT lint checks, because no relevant files changed.")
return

Expand Down
2 changes: 1 addition & 1 deletion tests/wpt/meta/MANIFEST.json
Expand Up @@ -106868,7 +106868,7 @@
]
],
"table-vertical-align-baseline-008.xht": [
"60079c7ce26491a0d91c8e818a1a7ead406c3a20",
"1200ac1ae87c792cf8182072b02f426a0f692433",
[
null,
[
Expand Down

0 comments on commit 34a6a1b

Please sign in to comment.