Commit b1ee2fcf authored by Jayaprakash n's avatar Jayaprakash n
Browse files

Issue #SB-29808 debug: Review API failing

Showing with 0 additions and 1 deletion
+0 -1
......@@ -64,7 +64,6 @@ trait LocalizeAssetProcessor extends IProcessor {
}
def downloadFile(downloadPath: String, fileUrl: String): File = try {
TelemetryManager.info("LocalizeAssetProcessor:: downloadFile:: fileUrl:: " + fileUrl)
createDirectory(downloadPath)
val file = new File(downloadPath + File.separator + getFileNameFromURL(fileUrl))
FileUtils.copyURLToFile(new URL(fileUrl), file)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment