mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Removed extra space from --userscripts option.
This commit is contained in:
parent
eb18665f5b
commit
a2a45a77fd
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ def execute_test(url, command, timeout):
|
||||||
def get_servo_command(url):
|
def get_servo_command(url):
|
||||||
ua_script_path = "{}/user-agent-js".format(os.getcwd())
|
ua_script_path = "{}/user-agent-js".format(os.getcwd())
|
||||||
return ["./servo/servo", url,
|
return ["./servo/servo", url,
|
||||||
" --userscripts", ua_script_path,
|
"--userscripts", ua_script_path,
|
||||||
"-x", "-o", "output.png"]
|
"-x", "-o", "output.png"]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue