Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: David Korczynski <david@adalogics.com>
  • Loading branch information
DavidKorczynski committed Jan 25, 2025
1 parent 541c78b commit 87e0bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fuzz_introspector/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@ def _extract_test_information_cpp(report_dict):
for path in normalized_paths:
if path.startswith('/usr/'):
continue
if path.startswirth('/tmp/inspector-saved/'):
if path.startswith('/tmp/inspector-saved/'):
continue
directories.add('/'.join(path.split('/')[:-1]))
return extract_tests_from_directories(directories, 'c-cpp')
Expand Down

0 comments on commit 87e0bab

Please sign in to comment.