Skip to content

Commit

Permalink
Update neuroglancer-utils.R
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbates committed Aug 1, 2024
1 parent ff3d3bb commit 1dfb14f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/neuroglancer-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ def send_mesh(mesh, mesh_id, vol, compress, overwrite):

# Upload mesh
tryCatch({
message("Uploading mesh_id: ", mesh_id)
reticulate::py$send_mesh(mesh = py_mesh, mesh_id = mesh_id,
vol = vol, compress = compress, overwrite = overwrite)
message("Mesh uploaded successfully.")
Expand Down

0 comments on commit 1dfb14f

Please sign in to comment.