Skip to content

Commit 4fad712

Browse files
fix [ci skip]
1 parent c2da840 commit 4fad712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/BatchtoolsFutureBackend-class.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -800,8 +800,8 @@ await <- function(future, cleanup = TRUE, ...) {
800800
## started jobs have a 'submitted' or 'started' status flag too,
801801
## whereas jobs that failed to launch won't. /HB 2025-07-15
802802

803-
output <- tryCatch({
804-
loggedOutput(future)
803+
hint <- tryCatch({
804+
output <- loggedOutput(future)
805805
hint <- unlist(strsplit(output, split = "\n", fixed = TRUE))
806806
hint <- hint[nzchar(hint)]
807807
hint <- tail(hint, n = getOption("future.batchtools.expiration.tail", 48L))

0 commit comments

Comments
 (0)