Skip to content

Commit

Permalink
Remove unnecessary self
Browse files Browse the repository at this point in the history
  • Loading branch information
aheejin committed Dec 19, 2024
1 parent ff18a89 commit eb034d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/system_libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ def build_objects(self, build_dir):
elif batch_inputs:
# Use relative paths to reduce the length of the command line.
# This allows to avoid switching to a response file as often.
src = os.path.relpath(src, self.build_dir)
src = os.path.relpath(src, build_dir)
src = utils.normalize_path(src)
batches.setdefault(tuple(cmd), []).append(src)
else:
Expand Down

0 comments on commit eb034d7

Please sign in to comment.