Skip to content

Commit

Permalink
[20] Rename iterator l to i
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-sbarra-apexai committed Oct 7, 2024
1 parent d7d1b82 commit 3ecc982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repos/config/detail/ros2_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ _archive_attrs = {

def _ros2_config_impl(ctx):
ctx.file("repos_index_file.bzl", content = "REPOS_INDEX_FILE = '{}'".format(ctx.attr.repos_index))
ctx.file("repos_overlay_files.bzl", content = "REPOS_OVERLAY_FILES = {}".format(["{}".format(l) for l in ctx.attr.repos_index_overlays]))
ctx.file("repos_overlay_files.bzl", content = "REPOS_OVERLAY_FILES = {}".format(["{}".format(i) for i in ctx.attr.repos_index_overlays]))
ctx.file("repos_setup_file.bzl", content = "REPOS_SETUP_FILE = '{}'".format(ctx.attr.setup_file))
ctx.symlink(ctx.attr.setup_file, "setup.bzl")
ctx.file("WORKSPACE", content = "workspace(name = {})".format(ctx.name), executable = False)
Expand Down

0 comments on commit 3ecc982

Please sign in to comment.