Files
Packer-Cn/post-processor/checksum
Lucas Bajolet f880a48fa4 packer: address errcheck lint errors
In a couple places in the codebase we didn't check the errors from
functions we execute.

In some cases this is harmless (or at least ignorable), but others may
need to log what went wrong, so for all the reported occurrences we
either ignore explicitly or handle the error with a log.
2024-07-18 09:36:07 -04:00
..