|
@@ -97,6 +97,7 @@ module RSeed
|
|
def delete(hash)
|
|
def delete(hash)
|
|
begin
|
|
begin
|
|
@client.call("d.stop", hash)
|
|
@client.call("d.stop", hash)
|
|
|
|
+ FileUtils::remove_dir(@client.call("get_directory") + "/" + self.getName(hash))
|
|
@client.call("d.erase", hash)
|
|
@client.call("d.erase", hash)
|
|
rescue XMLRPC::FaultException => e
|
|
rescue XMLRPC::FaultException => e
|
|
puts "Error:"
|
|
puts "Error:"
|