Skip to content

Commit 779ea41

Browse files
committed
Remove stray comment
1 parent ee5c8c0 commit 779ea41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arduino/cores/packagemanager/profiles.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,8 @@ func (pm *PackageManager) loadProfilePlatform(platformRef *sketch.ProfilePlatfor
8383
}
8484

8585
func (pm *PackageManager) installMissingProfilePlatform(platformRef *sketch.ProfilePlatformReference, destDir *paths.Path, downloadCB rpc.DownloadProgressCB, taskCB rpc.TaskProgressCB) error {
86-
// TODO: TaskProgressCB
87-
8886
// Instantiate a temporary package manager only for platform installation
87+
_ = pm.TempDir.MkdirAll()
8988
tmp, err := paths.MkTempDir(pm.TempDir.String(), "")
9089
if err != nil {
9190
return fmt.Errorf("installing missing platform: could not create temp dir %s", err)

0 commit comments

Comments
 (0)