From 60b29f9b9b265b231f1990877e7042a84508db50 Mon Sep 17 00:00:00 2001 From: agardner Date: Wed, 20 Dec 2017 14:31:05 -0500 Subject: validate-pdf-jinja2-templates-master failing If keys do not exist, the skipping decryption python stuff doesn't work, see: https://build.opnfv.org/ci/job/validate-pdf-jinja2-templates-master/16/consoleFull Still does not fallback to plain in the case of a 'bad decryption', but the current code does not either, bad decryption is logged in any case. Change-Id: I8da2c7cf8568a6e77ca24cc9ce665410d93b7ba9 Signed-off-by: agardner --- config/utils/check-jinja2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/utils/check-jinja2.sh') diff --git a/config/utils/check-jinja2.sh b/config/utils/check-jinja2.sh index a19d2090..2953ff6a 100755 --- a/config/utils/check-jinja2.sh +++ b/config/utils/check-jinja2.sh @@ -61,7 +61,7 @@ To troubleshoot PDF parsing against a specific installer adapter, execute the following commands locally (e.g. for zte-pod2/joid): $ ./config/utils/generate_config.py \\ -y labs/zte/pod2.yaml \\ - -j ./pharos/config/installers/joid/pod_config.yaml.j2 + -j config/installers/joid/pod_config.yaml.j2 EOF exit "${RC}" -- cgit 1.2.3-korg