You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For filesize_handler() we don't want the file to removed (clear = TRUE) if there is an error. Right now with_progress(..., cleanup = TRUE) will cause the progress file to be removed upon exit, including when it exits due to an error.
The text was updated successfully, but these errors were encountered:
For
filesize_handler()
we don't want the file to removed (clear = TRUE
) if there is an error. Right nowwith_progress(..., cleanup = TRUE)
will cause the progress file to be removed upon exit, including when it exits due to an error.The text was updated successfully, but these errors were encountered: