Skip to content

Commit 53e6a87

Browse files
committed
Fix build error
1 parent 5cdc93b commit 53e6a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiledb/libtiledb.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3560,7 +3560,7 @@ def move(old_uri, new_uri, ctx=None):
35603560
check_error(ctx, rc)
35613561
return
35623562

3563-
cdef int walk_callback(const char* path_ptr, tiledb_object_t obj, void* pyfunc):
3563+
cdef int walk_callback(const char* path_ptr, tiledb_object_t obj, void* pyfunc) noexcept:
35643564
objtype = None
35653565
if obj == TILEDB_GROUP:
35663566
objtype = "group"

0 commit comments

Comments
 (0)