From 38976394e4e094d06c00049ffc5c6b34ef69b964 Mon Sep 17 00:00:00 2001 From: Josh Abraham Date: Sat, 9 Dec 2023 16:18:22 -0500 Subject: [PATCH] Update bofbelt.py --- Bofbelt/bofbelt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bofbelt/bofbelt.py b/Bofbelt/bofbelt.py index e17d074..6c20c9d 100644 --- a/Bofbelt/bofbelt.py +++ b/Bofbelt/bofbelt.py @@ -987,7 +987,7 @@ def bofbelt_report( demonID, bof_output ): # output : the content of all CALLBACK_OUTPUT # error : the content of all CALLBACK_ERROR def bofbelt_callback( demonID, TaskID, worked, output, error ): - filename = '/tmp/bofbelt.json' + filename = f'/tmp/bofbelt-{demonID}.json' # first, get the json that contains all the previous BOF output try: