Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arjkesh committed Nov 21, 2024
1 parent ac1dd4d commit c66cc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/image_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def image_builder(buildspec, image_types=[], device_types=[]):

template_fw_version = (
str(image_config["framework_version"])
if image_config.get("framewrok_version")
if image_config.get("framework_version")
else str(image_config["version"])
)
template_fw = str(image_config["framework"])
Expand Down

0 comments on commit c66cc0b

Please sign in to comment.