[Pkg-privacy-commits] [tails-installer] 20/34: Lint and fix typo

anonym anonym-tails-guest at moszumanska.debian.org
Mon Jan 22 14:05:32 UTC 2018


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

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

commit 8521c158ee6bada84963451401585ee1c89659e6
Author: intrigeri <intrigeri at boum.org>
Date:   Sat Jan 20 14:11:02 2018 +0000

    Lint and fix typo
---
 tails_installer/gui.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tails_installer/gui.py b/tails_installer/gui.py
index 6f10a56..42c492d 100755
--- a/tails_installer/gui.py
+++ b/tails_installer/gui.py
@@ -316,7 +316,8 @@ class TailsInstallerWindow(Gtk.ApplicationWindow):
         self.opts.clone = is_running_from_tails()
         self.live = TailsInstallerCreator(opts=opts)
 
-        # Intercept all tails_installer.INFO log messages, and display them in the gui
+        # Intercept all tails_installer.INFO log messages, and display them
+        # in the GUI
         self.handler = TailsInstallerLogHandler(lambda x: self.append_to_log(x))
         self.live.log.addHandler(self.handler)
         if not self.opts.verbose:

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