Skip to content

Commit

Permalink
label --> pool_label
Browse files Browse the repository at this point in the history
  • Loading branch information
lgruen committed May 26, 2022
1 parent 0dd5d57 commit ac1e946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batch/batch/front_end/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
'cpu': regex(CPU_REGEXPAT, CPU_REGEX),
'storage': regex(STORAGE_REGEXPAT, STORAGE_REGEX),
'machine_type': str_type,
'label': str_type,
'pool_label': str_type,
'preemptible': bool_type,
}
),
Expand Down

0 comments on commit ac1e946

Please sign in to comment.