Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GstLAL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lscsoft
GstLAL
Commits
b8133bf3
Commit
b8133bf3
authored
9 years ago
by
Kipp Cannon
Browse files
Options
Downloads
Patches
Plain Diff
gstlal_inspiral: aesthetics
parent
9aee0b90
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gstlal-inspiral/bin/gstlal_inspiral
+2
-2
2 additions, 2 deletions
gstlal-inspiral/bin/gstlal_inspiral
with
2 additions
and
2 deletions
gstlal-inspiral/bin/gstlal_inspiral
+
2
−
2
View file @
b8133bf3
...
...
@@ -593,11 +593,11 @@ for output_file_number, (svd_bank, output_filename, likelihood_namedtuple, zero_
server_address = "http://%s:%d" % (host, httpservers[0][0].port)
yield "
<html><body>
\n
<h3>
%s %s %s
</h3>
\n
<p>
\n" % (job_tag, host, " ".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"):
# don't create links back to this page
continue
# only create links for GET methods
if route.method != "GET":
# only create links for GET methods
continue
yield "
<a
href=
\"%s%s\"
>
%s
</a><br>
\n" % (server_address, route.rule, route.rule)
yield "
</p>
\n
</body></html>
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment