Skip to content

Commit 9434e9b

Browse files
committed
CreateDirectory deleted
1 parent ab59abc commit 9434e9b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cls/ZPM/Package.cls

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ ClassMethod DownloadPackageFromGitHub(url As %String) As %String
266266
Do fs.CopyFromAndSave(ht.HttpResponse.Data)
267267

268268
Set outputFolder = $$$FileTempDir
269-
Do ##class(%File).CreateDirectory(outputFolder)
270269
Set res = $zf(-100, "", "tar", "-zxvf", archiveFileName, "-C", outputFolder)
271270

272271
Return outputFolder
@@ -291,7 +290,6 @@ ClassMethod GetModuleMeta(url As %String) As %DynamicObject
291290
$$$ThrowStatus($$$ERROR(5001,"Unable to download XML "_ht.Location))
292291
}
293292
Set tmpFolder = $$$FileTempDir
294-
Do ##class(%File).CreateDirectory(tmpFolder)
295293

296294
Set stream=##class(%Stream.FileCharacter).%New()
297295
Do stream.LinkToFile(tmpFolder_"/module.xml")

0 commit comments

Comments
 (0)