Skip to content

Commit

Permalink
add parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
shenchenruwo committed Oct 11, 2024
1 parent a7559c5 commit 58b2b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basyx/aas/examples/tutorial_backend_couchdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
prop = example_submodel1.get_referable('ManufacturerName')
assert isinstance(prop, basyx.aas.model.Property)

obj_store.update_identifiable(prop, Protocol.COUCHDB)
obj_store.update_identifiable(prop, protocol=Protocol.COUCHDB)


prop.value = "RWTH Aachen"
Expand Down

0 comments on commit 58b2b4b

Please sign in to comment.