Skip to content

Commit

Permalink
Merge pull request #72 from kiwids0220/patch-1
Browse files Browse the repository at this point in the history
Fixing syntax error
  • Loading branch information
Wenzel authored Dec 5, 2023
2 parents f775883 + b15c486 commit af7e989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafl_fuzzer/debug/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def start(settings: LazySettings):

if not prepare_working_dir(settings):
logger.error("Failed to prepare working directory. Exit.")
return -1;
return -1

# initialize logger after workdir purge
# otherwise the file handler created is removed
Expand Down

0 comments on commit af7e989

Please sign in to comment.