Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
b862c2b4
Commit
b862c2b4
authored
May 10, 2019
by
segfault
Browse files
Merge branch 'bugfix/16696-typo-in-unlock-veracrypt-volumes' into stable (Fix-committed:
#16696
)
parents
190b9681
b3b3aae9
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py
View file @
b862c2b4
...
...
@@ -161,7 +161,7 @@ class VolumeManager(object):
body
=
_
(
"The file %s does not seem to be a VeraCrypt container."
)
%
path
)
else
:
self
.
show_warning
(
title
=
_
(
"Failed to add container"
),
body
=
_
(
"Could not add file container %s: Timeout while waiting for loop setup."
body
=
_
(
"Could not add file container %s: Timeout while waiting for loop setup.
\n
"
"Please try using the <i>Disks</i> application instead."
)
%
path
)
def
_wait_for_loop_setup
(
self
,
path
:
str
)
->
Union
[
Volume
,
None
]:
...
...
segfault
@segfault
mentioned in issue
#16696 (closed)
·
May 14, 2020
mentioned in issue
#16696 (closed)
mentioned in issue #16696
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment