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

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbeedy authored and NucciTheBoss committed Jul 3, 2024
1 parent 687cb17 commit 777ea8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def _on_slurmctld_available(self, event: SlurmctldAvailableEvent) -> None:

if (jwt := event.jwt_rsa) is not None:
self._slurmdbd_ops_manager.write_jwt_rsa(jwt)

if (munge_key := event.munge_key) is not None:
self._slurmdbd_ops_manager.stop_munge()
self._slurmdbd_ops_manager.write_munge_key(munge_key)
Expand Down

0 comments on commit 777ea8d

Please sign in to comment.