Skip to content

Commit

Permalink
Ensure default paths are set when updating WPT metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Mar 5, 2018
1 parent e682862 commit ac156f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/wpt/update/updatecommandline.py
Expand Up @@ -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"]:
Expand Down

0 comments on commit ac156f7

Please sign in to comment.