From 6bff60f9fc83ac80237d150f44bc5c8a0f750278 Mon Sep 17 00:00:00 2001 From: aheinri5 <Anna@netzkritzler.de> Date: Fri, 18 Dec 2020 22:43:41 +0100 Subject: [PATCH] [base] Modified OGS6 to fit new class --- R/ogs6.R | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/R/ogs6.R b/R/ogs6.R index 6c0142f..fd60bb7 100644 --- a/R/ogs6.R +++ b/R/ogs6.R @@ -272,8 +272,7 @@ OGS6 <- R6::R6Class("OGS6", if(missing(value)) { private$.sim_path }else{ - value <- validate_is_dir_path(value) - private$.sim_path <- value + private$.sim_path <- validate_is_dir_path(value) } }, -- GitLab