Skip to content

Commit

Permalink
Merge branch 'master' into releases/1.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mmetc committed Feb 8, 2025
2 parents d8dcdc9 + 9f2d642 commit cd98b70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/hubops/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ func downloadDataSet(ctx context.Context, dataFolder string, force bool, reader
}

for _, dataS := range data.Data {
if dataS.SourceURL == "" {
continue
}

// XXX: check context cancellation
destPath, err := cwhub.SafePath(dataFolder, dataS.DestPath)
if err != nil {
Expand Down

0 comments on commit cd98b70

Please sign in to comment.