Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
correct the relation in the docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbeedy committed Jun 28, 2024
1 parent 0367e5f commit 1c4432e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface_slurmctld.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def is_joined(self) -> bool:
return True if self.framework.model.relations.get(self._relation_name) else False

def _on_relation_changed(self, event: RelationChangedEvent) -> None:
"""Get the munge key and slurm_conf from slurmctld on relation joined."""
"""Get the munge key and slurm_conf from slurmctld on relation changed."""
if app := event.app:
if event_app_data := event.relation.data.get(app):

Expand Down

0 comments on commit 1c4432e

Please sign in to comment.