Skip to content

Commit

Permalink
chore(slurm_ops): chore(slurm_ops): use proper casing for config opti…
Browse files Browse the repository at this point in the history
…ons in log messages

Co-authored-by: José Julián Espina <[email protected]>
  • Loading branch information
NucciTheBoss and jedel1043 authored Oct 16, 2024
1 parent d33ded9 commit 578b332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/charms/hpc_libs/v0/slurm_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ def install(self) -> None:
self._install_service()
# Debian package postinst hook does not create a `StateSaveLocation` directory
# so we make one here that is only r/w by owner.
_logger.debug("creating slurm statesavelocation directory")
_logger.debug("creating slurm `StateSaveLocation` directory")
Path("/var/lib/slurm/slurm.state").mkdir(mode=0o600, exist_ok=True)
self._apply_overrides()

Expand Down

0 comments on commit 578b332

Please sign in to comment.