We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b93d5 commit 5535477Copy full SHA for 5535477
examples/upload_workspace.py
@@ -32,5 +32,5 @@
32
settings = StructurizrClientSettings()
33
workspace.id = settings.workspace_id
34
client = StructurizrClient(settings=settings)
35
- with client:
+ with client.lock():
36
client.put_workspace(workspace)
0 commit comments