mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
autotest: fixed html path
This commit is contained in:
parent
af1ddacc1b
commit
87b0633894
@ -194,7 +194,7 @@ def write_webresults(results):
|
||||
sys.path.insert(0, os.path.join(util.reltopdir("../pymavlink/generator")))
|
||||
import mavtemplate
|
||||
t = mavtemplate.MAVTemplate()
|
||||
html = util.loadfile('Tools/autotest/web/index.html')
|
||||
html = util.loadfile(util.reltopdir('Tools/autotest/web/index.html'))
|
||||
f = open(util.reltopdir("../buildlogs/index.html"), mode='w')
|
||||
t.write(f, html, results)
|
||||
f.close()
|
||||
|
Loading…
Reference in New Issue
Block a user