| Index: client/swarming.py
|
| diff --git a/client/swarming.py b/client/swarming.py
|
| index 1169e18a2c46c06d647db6ec8593180458b51464..4e0cbf17fb73b5430672b89b5438c5ee1ac2e186 100755
|
| --- a/client/swarming.py
|
| +++ b/client/swarming.py
|
| @@ -924,7 +924,7 @@ def process_trigger_options(parser, options, args):
|
| for k, v in sorted(options.dimensions.iteritems())))
|
| inputs_ref = None
|
| else:
|
| - isolateserver.process_isolate_server_options(parser, options, False)
|
| + isolateserver.process_isolate_server_options(parser, options, False, True)
|
| try:
|
| command, inputs_ref = isolated_handle_options(options, args)
|
| except ValueError as e:
|
|
|