Skip to content

Commit 4f85dee

Browse files
committed
fix future returned from folder add
1 parent 15ad908 commit 4f85dee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/03-the-gis/accessing-and-creating-content.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,7 @@
15261526
}
15271527
],
15281528
"source": [
1529-
"earthquake_csv_item"
1529+
"earthquake_csv_item.result()"
15301530
]
15311531
},
15321532
{
@@ -2314,7 +2314,7 @@
23142314
" 'text':ports_json,\n",
23152315
" 'type':'Feature Collection'}\n",
23162316
"ports_item = root_folder.add(ports_item_properties)\n",
2317-
"ports_item"
2317+
"ports_item.result()"
23182318
]
23192319
},
23202320
{

0 commit comments

Comments
 (0)