diff options
Diffstat (limited to 'python/wpt/update.py')
-rw-r--r-- | python/wpt/update.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/wpt/update.py b/python/wpt/update.py index 87dfd4dfd2c..138bcfb2233 100644 --- a/python/wpt/update.py +++ b/python/wpt/update.py @@ -109,7 +109,7 @@ def update_tests(**kwargs) -> int: wptcommandline.set_from_config(kwargs) if hasattr(wptcommandline, 'check_paths'): - wptcommandline.check_paths(kwargs) + wptcommandline.check_paths(kwargs["test_paths"]) if kwargs.pop("legacy_layout"): update_args_for_legacy_layout(kwargs) |