Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Change-Id: Ie9db87f2055d87390fec97c2271c4c6c8f60235a
  • Loading branch information
Jaquier Aurélien Tristan committed Sep 19, 2024
1 parent dad0f2a commit 99d1853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/others/memodel/memodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def update_memodel(

# update memodel resource
schema_id = forge._model.schema_id("MEModel")
forge.update(memodel_r, chema_id=schema_id)
forge.update(memodel_r, schema_id=schema_id)


if __name__ == "__main__":
Expand Down

0 comments on commit 99d1853

Please sign in to comment.