Skip to content
Snippets Groups Projects
Commit d220e9be authored by Cody Messick's avatar Cody Messick
Browse files

Fix style issues

parent 2263e1eb
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ def _create_alert_dict(message, raven_coinc=False):
voevent = voeventparse.voevent.loads(message)
params = {elem.attrib['name']: elem.attrib['value'] for elem in
voevent.iterfind('.//Param')}
voevent.iterfind('.//Param')}
# the voevent object returns lxml.objectify.StringElement objects for
# fields that contain strings, need to convert this to a string for the
# avro writer
......
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