Chromium Code Reviews| Index: client/bin/harness_standalone.py |
| diff --git a/client/bin/harness_standalone.py b/client/bin/harness_standalone.py |
| index 973085079e3173260905df04799a26ab79593c8b..75a2da90c30e63606608887cf66e28f16096e676 100644 |
| --- a/client/bin/harness_standalone.py |
| +++ b/client/bin/harness_standalone.py |
| @@ -16,7 +16,7 @@ class harness_standalone(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 |