Skip to content

Commit

Permalink
Fix example/4_swarming_run_manual_upload.py
Browse files Browse the repository at this point in the history
Was broken by 0c637aa; --isolated is now required. I had
fixed the 2 other examples but forgot this one.

[email protected]
BUG=

Review-Url: https://codereview.chromium.org/2889303002
  • Loading branch information
maruel authored and Commit bot committed May 19, 2017
1 parent 3fd8791 commit af73547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/example/4_swarming_run_manual_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def main():
'--dimension', 'os', options.swarming_os,
'--dimension', 'pool', 'default',
'--task-name', options.task_name,
isolated_hash,
'--isolated', isolated_hash,
]
if options.idempotent:
cmd.append('--idempotent')
Expand Down

0 comments on commit af73547

Please sign in to comment.