mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 10:12:38 +02:00
FIXUP: rename QubesNotEnoughRAMError to QubesConversionStartFailed
This commit is contained in:
parent
9cfac7ac2a
commit
eb488b16c5
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class ConversionException(Exception):
|
||||||
return subclasses
|
return subclasses
|
||||||
|
|
||||||
|
|
||||||
class QubesNotEnoughRAMError(ConversionException):
|
class QubesConversionStartFailed(ConversionException):
|
||||||
error_code = 126 # No ERROR_SHIFT since this is a qrexec error
|
error_code = 126 # No ERROR_SHIFT since this is a qrexec error
|
||||||
error_message = (
|
error_message = (
|
||||||
"Could not start a disposable qube for the file conversion. "
|
"Could not start a disposable qube for the file conversion. "
|
||||||
|
|
Loading…
Reference in a new issue