aasx: Add failsafe for writing and reading AASX files #228
Labels
enhancement
Enhancement of an existing feature
good-first-issue
sdk
Something to do with the `sdk` package
You kindly told me about the
failsafe
parameter at theread_into()
method.I was now trying to write an AASX file which should have had an attachment, but doesn't. When writing the AASX file, an error message is printed, but no exception occurs.
The message is
I'd rather have my program crash, so that the problem gets reported and fixed, rather than creating an invalid AASX file which may remain unnoticed for a long time. I tried
failsafe=False
as an additional parameter, but it seems that doesn't exist.If no such feature exists, I'd like to request that.
The text was updated successfully, but these errors were encountered: