dangerzone/tests/isolation_provider
Alex Pyrgiotis 634523dac9
Get underlying error when conversion fails
When we get an early EOF from the converter process, we should
immediately get the exit code of that process, to find out the actual
underlying error. Currently, the exception we raise masks the underlying
error.

Raise a ConverterProcException, that in turns makes our error handling
code read the exit code of the spawned process, and converts it to a
helpful error message.

Fixes #714
2024-02-20 15:55:45 +02:00
..
__init__.py container: Improve parsing of progress reports 2023-08-01 14:43:49 +03:00
base.py Get underlying error when conversion fails 2024-02-20 15:55:45 +02:00
test_container.py Remove timeouts 2024-02-06 20:11:43 +00:00
test_qubes.py Get underlying error when conversion fails 2024-02-20 15:55:45 +02:00