Skip to content

Commit

Permalink
Ensure classes are sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
haasad committed Sep 11, 2023
1 parent f67e90a commit 8a27f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commodore/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def generate_target(
parameters[ckey] = f"${{{tkey}}}"

return {
"classes": classes,
"classes": sorted(classes),
"parameters": parameters,
}

Expand Down

0 comments on commit 8a27f09

Please sign in to comment.