Skip to content

Commit bd2f7fe

Browse files
committed
BACKPORT: pyslurm.Jobs: fix elapsed_cpu_time attribute typo (#356)
1 parent 5819408 commit bd2f7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyslurm/core/job/job.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ cdef class Jobs(MultiClusterMap):
218218

219219
@property
220220
def elapsed_cpu_time(self):
221-
return xcollections.sum_property(self, Job.cpu_time)
221+
return xcollections.sum_property(self, Job.elapsed_cpu_time)
222222

223223

224224
cdef class Job:

0 commit comments

Comments
 (0)