Skip to content

Commit

Permalink
Update WriteParamDocu.py script
Browse files Browse the repository at this point in the history
  • Loading branch information
tph-thuering committed May 13, 2015
1 parent d223f1f commit 432d1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/WriteParamDocu.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def main():
initWorksheets("pharmacology", "Pharmacology")
initWorksheets("model", "Model")
tree = ElementTree()
tree.parse("../schema/scenario_30.xsd")
tree.parse("../schema/scenario_33.xsd")
#we know that the first element in the schema defines scenario
scenarioElement=tree.find("{http://www.w3.org/2001/XMLSchema}element")
drillDown(scenarioElement,"",False)
Expand Down

0 comments on commit 432d1d8

Please sign in to comment.