mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Ensure default paths are set when updating WPT metadata.
This commit is contained in:
parent
e682862906
commit
ac156f74a9
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ def check_args(kwargs):
|
|||
from wptrunner import wptcommandline
|
||||
|
||||
wptcommandline.set_from_config(kwargs)
|
||||
wptcommandline.check_paths(kwargs)
|
||||
kwargs["upstream"] = kwargs["upstream"] if kwargs["upstream"] is not None else kwargs["sync"]
|
||||
|
||||
if kwargs["upstream"]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue