Skip to content

Commit 5a0dab5

Browse files
fix warning error on Hector registration chunk
(silent = FALSE was interrupting ms_init() for non-hector users)
1 parent 8bcc209 commit 5a0dab5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/acquisition_master.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ ms_init <- function(use_gpu = FALSE,
140140
op_system <- 'windows'
141141
}
142142

143-
res <- try(setwd('/Users/hectorontiveros/Applications/data_processing'), silent=FALSE) #Hector
143+
res <- try(setwd('/Users/hectorontiveros/Applications/data_processing'), silent=TRUE) #Hector
144144
if(! 'try-error' %in% class(res)){
145145
successes <- successes + 1
146146
which_machine <- 'hec'

0 commit comments

Comments
 (0)