Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
black format
Browse files Browse the repository at this point in the history
  • Loading branch information
Porges committed Apr 26, 2023
1 parent c095669 commit 8963796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/onefuzz/templates/libfuzzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ def qemu_user(
self.logger.warning(
"--check_fuzzer_help is the default and does not need to be set; this parameter will be removed in a future version"
)
check_fuzzer_help=not no_check_fuzzer_help
check_fuzzer_help = not no_check_fuzzer_help
del no_check_fuzzer_help

self.logger.warning(
Expand Down

0 comments on commit 8963796

Please sign in to comment.