Skip to content

Commit

Permalink
Update apps/render_cf.py
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Player <[email protected]>
  • Loading branch information
jtherrmann and AndrewPlayer3 authored Oct 18, 2024
1 parent 5f10cce commit 24856d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/render_cf.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,6 @@ def render_costs(job_types: dict, cost_profile: str) -> None:


def validate_job_spec(job_type: str, job_spec: dict) -> None:
# Non-comprehensive job spec validator. More checks could be added if we want to be more thorough.

expected_fields = sorted(['required_parameters', 'parameters', 'cost_profiles', 'validators', 'steps'])
actual_fields = sorted(job_spec.keys())
if actual_fields != expected_fields:
Expand Down

0 comments on commit 24856d5

Please sign in to comment.