Revision 8a70e415

b/lib/jqueue.py
321 321

  
322 322
    """
323 323
    jfiles = self._ListJobFiles()
324
    return [m.group(1) for m in
324
    return [int(m.group(1)) for m in
325 325
            [self._RE_JOB_FILE.match(name) for name in jfiles]]
326 326

  
327 327
  def _ListJobFiles(self):

Also available in: Unified diff