|
|
@ -15,7 +15,7 @@ bool Bag::store( string basedir ) { |
|
|
|
fs::path p{ basedir }; |
|
|
|
fs::file_status s = fs::status( p ); |
|
|
|
if (fs::is_directory( s)) { |
|
|
|
Bag::log << "directory already exists" << endl; |
|
|
|
Bag::log << "directory '" << basedir << "' already exists" << endl; |
|
|
|
return false; |
|
|
|
} |
|
|
|
fs::create_directory(p); |
|
|
|