Fix extracting password protected archives
Closes: #1157 The fix splits the "canceled" and "failed" states for OperationError. It also preserves that state because some functions overwrote the state by rewrapping the error.
This commit is contained in:
parent
cf2e2faf3c
commit
d8acbd2ce0
7 changed files with 341 additions and 189 deletions
|
|
@ -185,6 +185,7 @@ no-history = No items in history.
|
|||
pending = Pending
|
||||
progress = {$percent}%
|
||||
progress-cancelled = {$percent}%, cancelled
|
||||
progress-failed = {$percent}%, failed
|
||||
progress-paused = {$percent}%, paused
|
||||
failed = Failed
|
||||
complete = Complete
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue