Skip to content

Commit bddb7bb

Browse files
committed
bug: Correct typo of SHOW_DETAIL to SHOW_ALL, closes #170
1 parent 68f4caf commit bddb7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyslurm/pyslurm.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1648,7 +1648,7 @@ cdef class job:
16481648
def __cinit__(self):
16491649
self._job_ptr = NULL
16501650
self._lastUpdate = 0
1651-
self._ShowFlags = slurm.SHOW_DETAIL | slurm.SHOW_DETAIL
1651+
self._ShowFlags = slurm.SHOW_DETAIL | slurm.SHOW_ALL
16521652

16531653
def __dealloc__(self):
16541654
pass

0 commit comments

Comments
 (0)