mirror of
https://github.com/servo/servo
synced 2026-05-12 01:46:28 +02:00
Fix exception when updating WPT metadata.
This commit is contained in:
@@ -20,7 +20,8 @@ def check_args(kwargs):
|
||||
from wptrunner import wptcommandline
|
||||
|
||||
wptcommandline.set_from_config(kwargs)
|
||||
wptcommandline.check_paths(kwargs)
|
||||
if hasattr(wptcommandline, 'check_paths'):
|
||||
wptcommandline.check_paths(kwargs)
|
||||
kwargs["upstream"] = kwargs["upstream"] if kwargs["upstream"] is not None else kwargs["sync"]
|
||||
|
||||
if kwargs["upstream"]:
|
||||
|
||||
Reference in New Issue
Block a user