tools/cpee in cpee-2.0.8 vs tools/cpee in cpee-2.0.9
- old
+ new
@@ -177,10 +177,9 @@
xprop.register_namespace 'p', 'http://cpee.org/ns/properties/2.0'
if ["finished","abandoned"].include?(xprop.find("string(/p:properties/p:state)"))
uuid = xprop.find("string(/p:properties/p:attributes/p:uuid)")
id = name.to_s
File.write(File.join(p1,uuid + '.xml'),prop.response_body) if prop.headers['Content-Type'] =~ /^(text|application)\/xml/
- p File.join(base,name.to_s,'/')
Typhoeus.delete(File.join(base,name.to_s,'/'))
end
end
end
end