| Index: client/swarming.py
|
| diff --git a/client/swarming.py b/client/swarming.py
|
| index 39d1a603008d9039db0c099a993a06bfd5ff160b..bf590e3a044540f99715699ec1d1628861f77ee5 100755
|
| --- a/client/swarming.py
|
| +++ b/client/swarming.py
|
| @@ -1410,7 +1410,7 @@ def CMDreproduce(parser, args):
|
| command.extend(properties.get('extra_args') or [])
|
| # https://github.com/luci/luci-py/blob/master/appengine/swarming/doc/Magic-Values.md
|
| new_command = run_isolated.process_command(
|
| - command, options.output_dir, None, None)
|
| + command, options.output_dir, None)
|
| if not options.output_dir and new_command != command:
|
| parser.error('The task has outputs, you must use --output-dir')
|
| command = new_command
|
|
|