Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
G
gracedb
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
91
Issues
91
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lscsoft
gracedb
Commits
1f52375c
Commit
1f52375c
authored
Jun 04, 2019
by
Jonah Kanner
🤓
Committed by
GraceDB
Jun 24, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
less astricks
parent
55fe7c1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gracedb/superevents/views.py
gracedb/superevents/views.py
+2
-2
No files found.
gracedb/superevents/views.py
View file @
1f52375c
...
...
@@ -170,7 +170,7 @@ class SupereventPublic(ListView):
se
.
comments
=
' ** '
.
join
([
log
.
comment
for
log
in
viewable_logs
])
if
se
.
retract
:
se
.
comments
+=
"
** RETRACTED **
"
if
se
.
retract
:
se
.
comments
+=
"
-RETRACTED-
"
# -- Read out probabilities
voe
=
good_voevents
[
-
1
]
...
...
@@ -271,7 +271,7 @@ class SupereventPublic2(DisplayFarMixin, ListView):
# Compile comments from these logs
se
.
comments
=
' ** '
.
join
(
list
(
viewable_logs
.
values_list
(
'comment'
,
flat
=
True
)))
if
se
.
retract
:
se
.
comments
+=
"
** RETRACTED **
"
if
se
.
retract
:
se
.
comments
+=
"
RETRACTED
"
# -- Get list of PE results
pe_results
=
get_objects_for_user
(
self
.
request
.
user
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment