Skip to content

Commit 2bcd777

Browse files
committed
Small fix
1 parent 5111718 commit 2bcd777

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

R/Mod_PrepData.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ Mod_PrepData <- function(
9696
rm(EnvVars2Read, envir = environment())
9797

9898
Path_Model <- IASDT.R::Path(Path_Model, DirName)
99-
if (fs::dir_exists(Path_Model)) {
100-
stop("Model directory already exists: ", Path_Model, call. = FALSE)
101-
}
10299
fs::dir_create(Path_Model)
103100

104101
IASDT.R::RecordArgs(

0 commit comments

Comments
 (0)