Ensure default paths are set when updating WPT metadata.

This commit is contained in:
Josh Matthews 2018-03-05 14:37:16 -05:00 committed by GitHub
parent e682862906
commit ac156f74a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"]: