From 4941936bcc8d9fc61aaf3306a929cce052c6ec71 Mon Sep 17 00:00:00 2001 From: Martin Mulholland Date: Mon, 28 Feb 2022 15:12:40 -0500 Subject: [PATCH] more diag 15 --- scripts/src/chartprreview/chartprreview.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/src/chartprreview/chartprreview.py b/scripts/src/chartprreview/chartprreview.py index e20a42c0e1..602988cb0b 100644 --- a/scripts/src/chartprreview/chartprreview.py +++ b/scripts/src/chartprreview/chartprreview.py @@ -355,6 +355,8 @@ def generate_verify_report(directory, category, organization, chart, version): #with open(report_path, "w") as fd: # fd.write(out) #return + errors = out.stderr.decode("utf-8") + print("[INFO] errors creating report:\n", errors) else: return