Skip to content

Commit

Permalink
correct key
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Feb 6, 2025
1 parent 19949a6 commit ecf0cb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def resolve_app(versions: AppSpec, workunit_definition: WorkunitDefinition) -> A
else:
msg = (
f"application_version '{app_version}' is not defined in the app spec,\n"
f" available versions: {sorted(versions.keys())}"
f" available versions: {sorted(versions.available_versions)}"
)
raise ValueError(msg)
return versions[app_version]
Expand Down

0 comments on commit ecf0cb3

Please sign in to comment.