Skip to content

Commit 45a21ce

Browse files
Assign slicing_time to outer scope
1 parent 7259f04 commit 45a21ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/flowr_utils.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ retrieve_slice <- function(file_filter = NULL) {
107107
))
108108

109109
slicing_measure <- measure(flowr::request_query(con, get_filetoken(), query)) |> verify_flowr_response()
110-
slicing_time <- slicing_time + slicing_measure$elapsed_time
110+
slicing_time <<- slicing_time + slicing_measure$elapsed_time
111111
slc_res <- slicing_measure$result |> verify_flowr_response()
112112
static_slice <- slc_res$res$results[["static-slice"]]
113113
ids <- list()

0 commit comments

Comments
 (0)