Skip to content

Commit 503c9ca

Browse files
add parameter to from_uri
1 parent 915b629 commit 503c9ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tiled/catalog/adapter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,6 +1330,7 @@ def in_memory(
13301330
access_policy=access_policy,
13311331
writable_storage=writable_storage,
13321332
readable_storage=readable_storage,
1333+
init_if_not_exists=True,
13331334
echo=echo,
13341335
adapters_by_mimetype=adapters_by_mimetype,
13351336
)

0 commit comments

Comments
 (0)