Skip to content
Snippets Groups Projects
Commit d70491d3 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

gstlal_inspiral: adjust HTTPServers call

- rely on it retrieving the default bottle app instead of passing it
parent d38786a5
No related branches found
No related tags found
No related merge requests found
......@@ -583,7 +583,6 @@ for output_file_number, (svd_bank, output_filename, likelihood_namedtuple, zero_
# in the web server
#bottle.app().catchall = False
httpservers = httpinterface.HTTPServers(
bottle_app = bottle.default_app(),
service_name = "gstlal_inspiral",
service_properties = {
"job_tag": options.job_tag if options.job_tag is not None else "",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment