From 91bae91dede3f403a83a50677920197c8bbc4a94 Mon Sep 17 00:00:00 2001 From: Leon Derczynski Date: Tue, 1 Oct 2024 13:03:37 +0200 Subject: [PATCH] one (1) extra space --- garak/analyze/report_digest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/garak/analyze/report_digest.py b/garak/analyze/report_digest.py index 57b682ef..c0911e47 100644 --- a/garak/analyze/report_digest.py +++ b/garak/analyze/report_digest.py @@ -80,7 +80,7 @@ def compile_digest(report_path, taxonomy=_config.reporting.taxonomy): elif record["entry_type"] == "payload_init": payloads.append( record["payload_name"] - + " " + + " " + pprint.pformat(record, sort_dicts=True, width=60) )