Skip to content
Snippets Groups Projects
Commit 6bff60f9 authored by Ruben Heinrich's avatar Ruben Heinrich
Browse files

[base] Modified OGS6 to fit new class

parent 8e7b2a10
No related branches found
No related tags found
1 merge request!6Merge branch 7 fixed functionality into master
...@@ -272,8 +272,7 @@ OGS6 <- R6::R6Class("OGS6", ...@@ -272,8 +272,7 @@ OGS6 <- R6::R6Class("OGS6",
if(missing(value)) { if(missing(value)) {
private$.sim_path private$.sim_path
}else{ }else{
value <- validate_is_dir_path(value) private$.sim_path <- validate_is_dir_path(value)
private$.sim_path <- value
} }
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment