[Pkg-privacy-commits] [tails-installer] 08/17: Last unicode to string type fix.

Ulrike Uhlig ulrike at moszumanska.debian.org
Mon Mar 12 14:21:15 UTC 2018


This is an automated email from the git hooks/post-receive script.

ulrike pushed a commit to branch tails/master
in repository tails-installer.

commit 4d24f0dfb76da593f7186304c70062ad7bda29e9
Author: bertagaz <bertagaz at ptitcanardnoir.org>
Date:   Thu Feb 22 13:52:23 2018 +0100

    Last unicode to string type fix.
    
    This fixes the use case when Tails is installed from an given ISO but the
    "install" button remains grey.
    
    Refs: #15254, #15233
---
 tails_installer/gui.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tails_installer/gui.py b/tails_installer/gui.py
index 7216b96..6baf633 100755
--- a/tails_installer/gui.py
+++ b/tails_installer/gui.py
@@ -835,7 +835,7 @@ class TailsInstallerWindow(Gtk.ApplicationWindow):
             return False
 
         self.live.log.info(_("%(filename)s selected")
-                             % {'filename': os.path.basename(self.live.source.path)})
+                             % {'filename': str(os.path.basename(self.live.source.path))})
         self.source_available = True
         self.live.log.debug("Calling populate_devices()"
                             " from select_source_iso")

-- 
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