From ff7fffd60c8b0c28b0e4e3153b8f96a9754b5dff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Todor=20Kondi=C4=87?= <todor.kondic@uni.lu>
Date: Thu, 30 May 2019 12:45:44 +0200
Subject: [PATCH] Fix typo

---
 R/run.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/R/run.R b/R/run.R
index cdf6d96..557f24c 100644
--- a/R/run.R
+++ b/R/run.R
@@ -34,7 +34,7 @@ attch<-function(...) paste(...,sep='')
 ##' @export
 sw.do<-function(fn_data,fn_cmpd_list,mode,rdir=".") {
  
-    mkdir(rdir)
+    no_drama_mkdir(rdir)
     wdirs<-sapply(basename(fn_data),function(nm) file.path(rdir,stripext(nm)))
     sapply(wdirs,mkdir)
     stgs<-sapply(basename(wdirs),function (nm) paste(nm,"yml",sep='.'))
-- 
GitLab