Skip to content
Snippets Groups Projects
Commit 790270eb authored by Daniel Williams's avatar Daniel Williams
Browse files

Made a fix to the xml saving.

parent 52c5bd76
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ class MDCSet():
procrow = process.register_to_xmldoc(xmldoc, "minke_burst_mdc", {}) # waveform.params)
try:
waveform_row = waveform._row(sim)
else:
except:
waveform_row = waveform
waveform_row.process_id = procrow.process_id
sim.append(waveform_row)
......
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