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

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: Skipped broken test. Created 4 years, 10 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') | no next file with comments »
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 0fdb9cf3b879088ebef06c73f8d90f36c4443f81..27d3c3bb6f4ebd88f306b51197d66fd6e7486f09 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698