wp-cli / media-command

Imports files as attachments, regenerates thumbnails, or lists registered image sizes.
MIT License
44 stars 41 forks source link

Remove extraneous error check #191

Closed ernilambar closed 6 months ago

ernilambar commented 6 months ago

Fixes https://github.com/wp-cli/media-command/issues/190

I think we don't need to add another test for this PR. After adding separate test for this change I realized there is already similar test for the case when media could not be regenerated. So I reverted the tests addition. See: https://github.com/wp-cli/media-command/blob/main/features/media-regenerate.feature#L309