Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Nov 8, 2023
1 parent 8a75ee5 commit 9d0a3ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def find_selected_instance_type_for_task(
):
msg = (
f"Task {task} requires more resources than the selected instance provides."
f" Asked for {selected_instance}, but task needs {auto_scaling_mode.get_max_resources_from_task(task)}. Please check!",
f" Asked for {selected_instance}, but task needs {auto_scaling_mode.get_max_resources_from_task(task)}. Please check!"
)
raise Ec2InstanceInvalidError(msg=msg)

Expand Down

0 comments on commit 9d0a3ed

Please sign in to comment.