Skip to content

Commit

Permalink
Add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed Feb 26, 2024
1 parent 6798691 commit 5b5c331
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ async def build_charm(
self, charm_path: typing.Union[str, os.PathLike], bases_index: int = None
) -> pathlib.Path:
charm_path = pathlib.Path(charm_path)
# TODO: add support for multiple architectures
if bases_index is not None:
charmcraft_yaml = yaml.safe_load((charm_path / "charmcraft.yaml").read_text())
assert charmcraft_yaml["type"] == "charm"
Expand Down

0 comments on commit 5b5c331

Please sign in to comment.