mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
Correct link in Ghost post to PDFs
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -306,7 +306,7 @@ class GhostRequest:
|
||||
for file in files:
|
||||
if 'pdf' in file:
|
||||
url = 'http://%s/%s/%s/%s/%s' % (
|
||||
ghost_host, customer.strip('/'), testbed, test_run, file)
|
||||
ghost_host, customer.strip('/'), testbed, target_folder, file)
|
||||
pdfs.append('PDF of results: <a href="%s">%s</a><br />' % (url, file))
|
||||
scp_push.close()
|
||||
self.upload_images(target_folder)
|
||||
|
||||
Reference in New Issue
Block a user