You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add --parsable to sbatch call for a more robust output parsing (#125)
Following discussion in
#121 (comment)
, this implementation seems more robust than match a word with only
numbers (which could break in future versions of slurm, or if a cluster
name is made of only numbers).
0 commit comments