Skip to content

Commit

Permalink
Merge pull request #20 from jabra-/bofbelt-json-location
Browse files Browse the repository at this point in the history
  • Loading branch information
Cracked5pider authored Dec 14, 2023
2 parents 89e477d + 3897639 commit 2ff45e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bofbelt/bofbelt.py
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,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:
Expand Down

0 comments on commit 2ff45e3

Please sign in to comment.