PySlurm / pyslurm

Python Interface to Slurm
https://pyslurm.github.io
GNU General Public License v2.0
474 stars 116 forks source link

Fix introduced typo in partition information dictionary key. #241

Closed jgoodson closed 2 years ago

jgoodson commented 2 years ago

Commit https://github.com/PySlurm/pyslurm/commit/ab9fc8947bc000ee8a068f0077b98283b0fe690c refactored Unicode strings to remove the u'' designator. It appears to have also inadvertently renamed the partition information dictionary key 'def_mem_per_cpu' to 'def_mem_per_cp', which breaks scripts utilizing this information. This commit just renames this key to the original name matching the Slurm information.