diff --git a/src/fuzz_introspector/analysis.py b/src/fuzz_introspector/analysis.py index 99788f8f1..85a915e17 100644 --- a/src/fuzz_introspector/analysis.py +++ b/src/fuzz_introspector/analysis.py @@ -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)