summaryrefslogtreecommitdiff
path: root/lorrycontroller/showjob.py
diff options
context:
space:
mode:
Diffstat (limited to 'lorrycontroller/showjob.py')
-rw-r--r--lorrycontroller/showjob.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lorrycontroller/showjob.py b/lorrycontroller/showjob.py
index bc82bfe..297b652 100644
--- a/lorrycontroller/showjob.py
+++ b/lorrycontroller/showjob.py
@@ -36,7 +36,7 @@ class JobShower(object):
'job_id': job_id,
'host': statedb.get_job_minion_host(job_id),
'pid': statedb.get_job_minion_pid(job_id),
- 'path': statedb.get_job_path(job_id),
+ 'path': path,
'exit': 'no' if exit is None else exit,
'disk_usage': disk_usage,
'disk_usage_nice': self.format_bytesize(disk_usage or 0),