Skip to content

Commit 66540b4

Browse files
committed
remove slurm_seterrno calls
this API was removed from slurm
1 parent 7dc18c4 commit 66540b4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pyslurm/pyslurm.pyx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3079,15 +3079,6 @@ def slurm_strerror(int Errno=0):
30793079
return "%s" % errMsg
30803080

30813081

3082-
def slurm_seterrno(int Errno=0):
3083-
"""Set the slurm error number.
3084-
3085-
Args:
3086-
Errno (int): slurm error number
3087-
"""
3088-
slurm.slurm_seterrno(Errno)
3089-
3090-
30913082
def slurm_perror(char* Msg=''):
30923083
"""Print to standard error the supplied header.
30933084

0 commit comments

Comments
 (0)