nasa / bplib

Apache License 2.0
27 stars 13 forks source link

Fix #152, improve file offload error handling #157

Closed jphickey closed 2 years ago

jphickey commented 2 years ago

Check and propagate error conditions from file operations in the offload implementation. This prevents a partial/errored bundle from being sent.

Fixes #152