Skip to content

Commit

Permalink
Remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
damianooldoni committed Nov 9, 2023
1 parent 2a1181e commit 3870869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_cam_op.R
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ get_cam_op <- function(package = NULL,
"it must be one of the deployments column names."
)
)
camera_values <- package$data$deployments[[session_col]]
camera_values <- package$data$deployments[[camera_col]]
camera_values <- camera_values[!is.na(camera_values)]
assertthat::assert_that(
all(!stringr::str_detect(string = camera_values,
Expand Down

0 comments on commit 3870869

Please sign in to comment.