Skip to content

Commit ff4f37b

Browse files
modified the arguement in the save_to_xml function recieves
1 parent 755276e commit ff4f37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/neuroml2/neuroml2_spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,4 @@ class NeuroML(Base):
184184
print(yy)
185185
d.write(yy)
186186

187-
save_to_xml_file(doc_rst, "NeuroML2.specification.xml")
187+
save_to_xml_file(nml_doc, "NeuroML2.specification.xml")

0 commit comments

Comments
 (0)