Skip to content
Snippets Groups Projects
Commit cd3e3b9b authored by Sebastian Heppner's avatar Sebastian Heppner
Browse files

examples.tutorial_dynamic_model: Remove todo

parent fa86f2b3
No related tags found
1 merge request!43[WIP] examples.tutorial_dynamic_model: Adapt tutorial for new update-function
Pipeline #289577 failed
...@@ -148,7 +148,6 @@ submodel = model.Submodel( ...@@ -148,7 +148,6 @@ submodel = model.Submodel(
) )
# Update the complete process list to have current data # Update the complete process list to have current data
# TODO in future it will be sufficient to `update()` the submodel, which should propagate the request recursively.
submodel.update() submodel.update()
# Write the submodel to a JSON file. # Write the submodel to a JSON file.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment