Skip to content
Snippets Groups Projects
Commit ad6d9f2c authored by Christian Beckmann's avatar Christian Beckmann
Browse files

*** empty log message ***

parent d84bb72f
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ namespace Utilities {
throw Exception(s.c_str());
}
int ret = system(("mkdir "+ dir).c_str());
int ret = system(("mkdir "+ dir + " 2>/dev/null").c_str());
if(ret == 0)
{
break;
......
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