From 7dbd574bb0cfb3fe2c92938f8a6281e16c6bcc4c Mon Sep 17 00:00:00 2001 From: tazend Date: Thu, 25 Jan 2024 18:37:57 +0100 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b83eb65..e79fc9ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add new `idle_memory` and `allocated_tres` attributes to `pyslurm.Node` class - Fix Node State being displayed as `ALLOCATED` when it should actually be `MIXED`. +- Fix crash for the `gres_per_node` attribute of the `pyslurm.Job` class when + the GRES String received from Slurm contains no count. ## [23.2.2](https://github.com/PySlurm/pyslurm/releases/tag/v23.2.2) - 2023-07-18