Skip to content

Commit 9a4b8bf

Browse files
committed
Fix project version/status entry.
1 parent f892757 commit 9a4b8bf

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

examples/03_projects.ipynb

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,10 @@
2222
"nbformat": 4,
2323
"cells": [
2424
{
25-
"id": "a561c6a3-366a-4ef2-8acd-3eae49ad629d",
26-
"cell_type": "code",
25+
"id": "1db9d8bc-6de0-47dc-90f3-400e395bc3e2",
26+
"cell_type": "markdown",
2727
"source": "# Mergin Maps Projects Management",
28-
"metadata": {
29-
"trusted": true
30-
},
31-
"outputs": [],
32-
"execution_count": null
28+
"metadata": {}
3329
},
3430
{
3531
"id": "8c4330a7-a7ad-441d-9f2d-16d5e0dfc8f7",
@@ -140,7 +136,7 @@
140136
{
141137
"id": "63fb44be-319b-407c-ad25-027804bae96d",
142138
"cell_type": "code",
143-
"source": "client.project_status('/tmp/demo-prague/prague-demo')",
139+
"source": "client.project_versions(project_path='{workspace}/prague-demo'.format(workspace=WORKSPACE)) ",
144140
"metadata": {
145141
"trusted": true
146142
},

0 commit comments

Comments
 (0)