| Index: src/caterpillar.py
|
| diff --git a/src/caterpillar.py b/src/caterpillar.py
|
| index 1d6f54cc3e08dab614b38a52ee4b9e532a074c97..ee92a2f6316b437ec81e16d41c4611c8ac7ab9fd 100755
|
| --- a/src/caterpillar.py
|
| +++ b/src/caterpillar.py
|
| @@ -755,7 +755,8 @@ def convert_app(input_dir, output_dir, config, captured_warnings, force=False):
|
| # Finally, generate and write a conversion report.
|
| abs_report_dir = os.path.join(output_dir, report_dir)
|
| report.generate_and_write(abs_report_dir, chrome_app_manifest,
|
| - polyfill_manifests, status, captured_warnings, output_dir)
|
| + polyfill_manifests, status, captured_warnings, output_dir,
|
| + boilerplate_dir)
|
|
|
| logging.info('Done.')
|
|
|
|
|