We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bed105 commit 48c3784Copy full SHA for 48c3784
pyslurm/pyslurm.pyx
@@ -4766,7 +4766,6 @@ cdef class statistics:
4766
self._StatsDict[u'jobs_completed'] = self._buf.jobs_completed
4767
self._StatsDict[u'jobs_canceled'] = self._buf.jobs_canceled
4768
self._StatsDict[u'jobs_failed'] = self._buf.jobs_failed
4769
- self._StatsDict[u'jobs_running'] = self._buf.jobs_running
4770
4771
self._StatsDict[u'jobs_pending'] = self._buf.jobs_pending
4772
self._StatsDict[u'jobs_running'] = self._buf.jobs_running
0 commit comments