Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: src/caterpillar.py

Issue 1662833005: Fixes Caterpillar crashing while generating report. (Closed) Base URL: https://github.com/chromium/caterpillar.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/end_to_end_test.py » ('j') | src/end_to_end_test.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.')
« no previous file with comments | « no previous file | src/end_to_end_test.py » ('j') | src/end_to_end_test.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698