diff --git a/gstlal-inspiral/bin/gstlal_inspiral b/gstlal-inspiral/bin/gstlal_inspiral index 3d0bebe226bcbd2904eb12a0737884af49a6d618..b90ff57294860e3c456d7dd5f3fbac6a2d9b189e 100644 --- a/gstlal-inspiral/bin/gstlal_inspiral +++ b/gstlal-inspiral/bin/gstlal_inspiral @@ -605,7 +605,7 @@ for output_file_number, (svd_bank, output_filename, likelihood_namedtuple, zero_ # address by which client has contacted us netloc = bottle.request.urlparts[1] server_address = "http://%s" % netloc - yield "<html><body>\n<h3>%s %s %s</h3>\n<p>\n" % (job_tag, netloc, " ".join(sorted(instruments))) + yield "<html><body>\n<h3>%s %s %s %s</h3>\n<p>\n" % (job_tag, os.environ.get("GSTLAL_LL_JOB"), netloc, " ".join(sorted(instruments))) for route in sorted(bottle.default_app().routes, key = lambda route: route.rule): # don't create links back to this page if route.rule in ("/", "/index.html"):