Revision 3be9a705 lib/jqueue.py
b/lib/jqueue.py | ||
---|---|---|
383 | 383 |
if not result[node]: |
384 | 384 |
logging.error("copy of job queue file to node %s failed", node) |
385 | 385 |
|
386 |
return serial
|
|
386 |
return str(serial)
|
|
387 | 387 |
|
388 | 388 |
def _GetJobPath(self, job_id): |
389 | 389 |
return os.path.join(constants.QUEUE_DIR, "job-%s" % job_id) |
Also available in: Unified diff