[Pkg-privacy-commits] [tails-installer] 32/35: Display the actual error in the gui
anonym
anonym-tails-guest at moszumanska.debian.org
Thu Jan 12 15:14:43 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 1cc78037f476ac0946511969f29c36da69344e9c
Author: Luke Macken <lmacken at redhat.com>
Date: Mon Oct 14 17:36:00 2013 -0600
Display the actual error in the gui
---
liveusb/creator.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/liveusb/creator.py b/liveusb/creator.py
index 7c011b0..b086b3e 100755
--- a/liveusb/creator.py
+++ b/liveusb/creator.py
@@ -199,9 +199,9 @@ class LiveUSBCreator(object):
filename = self.write_log()
if not passive:
raise LiveUSBError(_("There was a problem executing the "
- "following command: `%s`\nA more detailed "
+ "following command: `%s`\n%s\nA more detailed "
"error log has been written to "
- "'%s'" % (cmd, filename)))
+ "'%s'" % (cmd, err, filename)))
return proc
def verify_iso_sha1(self, progress=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