[Webkit-unassigned] [Bug 38248] webkitpy: ScriptError('Failed to run "[u\'taskkill.exe\', u\'/f\', u\'/im\', u\'httpd.exe\']" exit_code: 128', )

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 28 11:49:37 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38248





--- Comment #12 from Eric Seidel <eric at webkit.org>  2010-04-28 11:49:36 PST ---
            command = ["taskkill.exe", "/f", "/pid", str(pid)] 

is wrong.

run_command already knows how to convert arguments to strings.

I'll remove the "fix" in a later checkin.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list