Skip to content
Snippets Groups Projects
Commit 1b3c7056 authored by Branson Craig Stephens's avatar Branson Craig Stephens
Browse files

Fixed internal VOEvent parameter description.

parent 4dd27bbf
No related branches found
No related tags found
No related merge requests found
......@@ -24,3 +24,4 @@ All notable changes to this project will be documented in this file.
### Fixed
- remove user from groups that are not present in IdP shibboleth assertion
(#2600)
- description of the 'internal' parameter in buildVOEvent.py (#2600)
......@@ -126,7 +126,7 @@ def buildVOEvent(event, serial_number, voevent_type, request=None, skymap_filena
# Whether the alert is internal or not
w.add_Param(Param(name="internal", value=internal,
Description=['Indicates that this event should be distributed to LSC/Virgo members only']))
Description=['Indicates whether this event should be distributed to LSC/Virgo members only']))
# The serial number
w.add_Param(Param(name="Pkt_Ser_Num", value=serial_number))
......
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