mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[fix] went one level too deep
This commit is contained in:
parent
22a430183c
commit
5a01e1e9a2
1 changed files with 1 additions and 1 deletions
2
run.py
2
run.py
|
@ -389,7 +389,7 @@ async def job(request, job_id):
|
|||
if job.count == 0:
|
||||
raise NotFound()
|
||||
|
||||
return {"job": job[0], 'relative_path_to_root': '../../', 'path': request.path}
|
||||
return {"job": job[0], 'relative_path_to_root': '../', 'path': request.path}
|
||||
|
||||
|
||||
@app.route('/')
|
||||
|
|
Loading…
Add table
Reference in a new issue