Skip to content
Snippets Groups Projects
Commit dc45a85e authored by Brandon Piotrzkowski's avatar Brandon Piotrzkowski
Browse files

Fixing event to ext_event

parent 2db875c8
No related branches found
No related tags found
1 merge request!29Python3
......@@ -305,7 +305,7 @@ def construct_voevent_file(obj, voevent, request=None):
emcoinc_params.append(p_extid)
## External IVORN
if event.ivorn:
if ext_event.ivorn:
p_extivorn = vp.Param(
"External_Ivorn",
value=ext_event.trigger_id,
......
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