Skip to content

Commit 394677f

Browse files
committed
add explicit Slurm version to comment
1 parent c6523f5 commit 394677f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eessi_bot_job_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def parse_scontrol_show_job_output(self, output):
272272
"""
273273
The output of 'scontrol --oneliner show job' is a list of key=value pairs
274274
separated by whitespaces.
275-
Note that with newer Slurm versions, some values can also contain whitespaces
275+
Note that with newer Slurm versions (25.11), some values can also contain whitespaces
276276
(e.g. for SubmitLine), making it complex to distinguish between keys and values.
277277
To solve this, we assume that all Slurm keys start with an uppercase letter.
278278

0 commit comments

Comments
 (0)