@@ -716,8 +716,7 @@ void handlePull (std::string& outs)
|
||||
{
|
||||
Directory location (context.config.get ("data.location"));
|
||||
|
||||
if (! uri.append ("{pending,undo,completed}.data") ||
|
||||
! Path (uri.data).is_directory ())
|
||||
if (! uri.append ("{pending,undo,completed}.data"))
|
||||
throw std::string ("The uri '") + uri.path + "' is not a local directory.";
|
||||
|
||||
Transport* transport;
|
||||
|
||||
Reference in New Issue
Block a user