Skip to content

Commit e0da77f

Browse files
committed
Revert "Remove unnecesary step causing errors"
This reverts commit d3a39e3.
1 parent 980cefd commit e0da77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codechecker_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def resolve_symlinks():
294294
logging.info("Processed file paths in %d files", files_processed)
295295
def update_file_paths():
296296
""" Fix bazel sandbox paths and resolve symbolic links in generated files to real paths """
297-
#fix_bazel_paths() # this is unnecessary
297+
fix_bazel_paths()
298298
resolve_symlinks()
299299

300300

0 commit comments

Comments
 (0)