| Index: infra/bots/assets/skp/create.py
|
| diff --git a/infra/bots/assets/skp/create.py b/infra/bots/assets/skp/create.py
|
| index 6bf716c532b05d88716d7bc340c8f9996add7179..e2d3f66d27fe6eb2fff0534df02f5436bbed5441 100755
|
| --- a/infra/bots/assets/skp/create.py
|
| +++ b/infra/bots/assets/skp/create.py
|
| @@ -50,6 +50,8 @@ def create_asset(chrome_src_path, browser_executable, target_dir,
|
| ]
|
| if upload_to_partner_bucket:
|
| webpages_playback_cmd.append('--upload_to_partner_bucket')
|
| + print 'Running webpages_playback command:\n$ %s' % (
|
| + ' '.join(webpages_playback_cmd))
|
| try:
|
| subprocess.check_call(webpages_playback_cmd)
|
| finally:
|
|
|