Skip to content

Commit

Permalink
bugfix: use distinct report entry type for payload init (#930)
Browse files Browse the repository at this point in the history
renames that entry type to `payload_init`
  • Loading branch information
jmartin-tech committed Sep 23, 2024
2 parents b220c0e + a2551ab commit 2d25cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garak/payloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def _load(self):
garak._config.transient.reportfile.write(
json.dumps(
{
"entry_type": "init",
"entry_type": "payload_init",
"loading_complete": "payload",
"payload_name": str(self.name),
"payload_path": str(self.path),
Expand Down

0 comments on commit 2d25cbf

Please sign in to comment.