Chromium Code Reviews| Index: client/bin/harness_autoserv.py |
| diff --git a/client/bin/harness_autoserv.py b/client/bin/harness_autoserv.py |
| index edab24f980b3da252338b81e312e51f86f24b827..94c4094ccc1729595121857df10e637984bff3f6 100644 |
| --- a/client/bin/harness_autoserv.py |
| +++ b/client/bin/harness_autoserv.py |
| @@ -13,7 +13,7 @@ class harness_autoserv(harness.harness): |
| The job object for this job |
| """ |
| - def __init__(self, job): |
| + def __init__(self, job, harness_args): |
| """ |
| job |
| The job object for this job |