Skip to content

Commit

Permalink
Fix MyPy error in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
dezhidki committed Aug 4, 2023
1 parent a676851 commit e066001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/commands/dev/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
def build_tim(
tag: Optional[str], no_cache: bool, build_args: List[str]
) -> Optional[List[str]]:
assert tag is not None
config = get_config()
image_suffix = "-base" if tag == "base" else ""
image_name = f"{config.images_repository}/tim{image_suffix}"
Expand Down

0 comments on commit e066001

Please sign in to comment.