Skip to content

Commit a397468

Browse files
Paolo CalaoGiuseppe Lumia
authored andcommitted
Update command/ota/massupload.go
Co-authored-by: Giuseppe Lumia <[email protected]>
1 parent 479290b commit a397468

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

command/ota/massupload.go

+1
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ func run(iotClient iot.Client, ids []string, otaFile string, expiration int) (up
175175
if err != nil {
176176
failed = append(failed, id)
177177
errors = append(errors, fmt.Sprintf("%s: cannot open ota file", id))
178+
continue
178179
}
179180
jobs <- job{id: id, file: file}
180181
}

0 commit comments

Comments
 (0)