Skip to content

Commit

Permalink
Merge pull request #105 from OSC/fix-cluster
Browse files Browse the repository at this point in the history
Fix lack of cluster key in cluster YAML
  • Loading branch information
Oglopf authored Aug 5, 2022
2 parents 4c28cef + 6b58fde commit 7910037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/slurm_squeue_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def initialize(cluster)
end

@cluster_id = cluster.id
@canonical_cluster_id = cluster.job_config[:cluster]
@canonical_cluster_id = cluster.id
@cluster_title = cluster.metadata.title || cluster.id.titleize
@job_scheduler = cluster.job_config[:adapter]

Expand Down

0 comments on commit 7910037

Please sign in to comment.