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

ilwdify: don't forget Param Type

parent b2439049
No related branches found
No related tags found
No related merge requests found
Pipeline #50607 passed with warnings
......@@ -147,6 +147,7 @@ def do_it_to(xmldoc):
ilwdcls = ilwdchar_tables["sngl_inspiral"]["event_id"]
for param in list(ligo_lw_Param.getParamsByName(xmldoc, "event_id")):
param.Type = u"ilwd:char"
param.pcdata = ilwdcls(param.pcdata)
#
......
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