Skip to content

Commit

Permalink
Update package indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruturaj4 committed Jan 2, 2025
1 parent 38747a7 commit 20b75ab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build/rocm/tools/get_rocm.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,8 @@ def install_packages(self, package_specs):
env = dict(os.environ)
if self.pkgbin == "apt":
env["DEBIAN_FRONTEND"] = "noninteractive"

# Update indexes.
subprocess.check_call(["apt-get", "update"])
# Update indexes.
subprocess.check_call(["apt-get", "update"])

LOG.info("Running %r" % cmd)
subprocess.check_call(cmd, env=env)
Expand Down

0 comments on commit 20b75ab

Please sign in to comment.