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 24, 2024
1 parent 7d5d3a1 commit 57bf671
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/fuzz_introspector/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ def dump_debug_files(self):
}

# TODO: (David) remove this hack to frontend
# LLVM may combine two absolute paths, which causes the filepath to be erroneus.
# LLVM may combine two absolute paths, which causes the
# filepath to be erroneus.
# Fix this here
if '//' in file_dict['source_file']:
logger.info(line)
Expand Down

0 comments on commit 57bf671

Please sign in to comment.