We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980cefd commit e0da77fCopy full SHA for e0da77f
src/codechecker_script.py
@@ -294,7 +294,7 @@ def resolve_symlinks():
294
logging.info("Processed file paths in %d files", files_processed)
295
def update_file_paths():
296
""" Fix bazel sandbox paths and resolve symbolic links in generated files to real paths """
297
- #fix_bazel_paths() # this is unnecessary
+ fix_bazel_paths()
298
resolve_symlinks()
299
300
0 commit comments