Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: David Korczynski <[email protected]>
  • Loading branch information
DavidKorczynski committed Dec 23, 2024
1 parent ce4a4a1 commit 3390944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fuzz_introspector/frontends/oss_fuzz.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def process_c_project(target_dir, entrypoint, out, module_only=False):

if module_only:
idx = 1
target = os.path.join(out, f'report.yaml')
target = os.path.join(out, 'report.yaml')
project.dump_module_logic(target, '', target_dir)

if entrypoint != 'LLVMFuzzerTestOneInput':
Expand Down

0 comments on commit 3390944

Please sign in to comment.