[Pkg-privacy-commits] [tails-installer] 09/35: Handle non-ascii mount paths (#802)
anonym
anonym-tails-guest at moszumanska.debian.org
Thu Jan 12 15:14:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
anonym-tails-guest pushed a commit to annotated tag 3.12.0
in repository tails-installer.
commit 553b35cf354c47b58adf1a81818fb2d9087acbac
Author: Luke Macken <lmacken at redhat.com>
Date: Fri Mar 1 11:42:30 2013 -0500
Handle non-ascii mount paths (#802)
---
liveusb/creator.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/liveusb/creator.py b/liveusb/creator.py
index 8dbf2d3..7f34ab6 100755
--- a/liveusb/creator.py
+++ b/liveusb/creator.py
@@ -456,7 +456,7 @@ class LinuxLiveUSBCreator(LiveUSBCreator):
'fsversion': str(dev.Get(device, 'IdVersion')),
'uuid': str(dev.Get(device, 'IdUuid')),
'device': str(dev.Get(device, 'DeviceFile')),
- 'mount': map(str, list(dev.Get(device, 'DeviceMountPaths'))),
+ 'mount': map(unicode, list(dev.Get(device, 'DeviceMountPaths'))),
'bootable': 'boot' in map(str,
list(dev.Get(device, 'PartitionFlags'))),
'parent': None,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git
More information about the Pkg-privacy-commits
mailing list