[Pkg-privacy-commits] [tails-installer] 122/210: Fix args in LiveUSBError

Intrigeri intrigeri at moszumanska.debian.org
Wed May 24 15:26:36 UTC 2017


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

intrigeri pushed a commit to tag 3.90.0
in repository tails-installer.

commit f13e5d27f4b0c7ff3060e3a86b3aae42d8665f8c
Author: Martin Briza <mbriza at redhat.com>
Date:   Tue Jul 28 15:48:30 2015 +0200

    Fix args in LiveUSBError
---
 liveusb/creator.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/liveusb/creator.py b/liveusb/creator.py
index 0e55822..80b9506 100755
--- a/liveusb/creator.py
+++ b/liveusb/creator.py
@@ -47,7 +47,7 @@ from liveusb import _
 class LiveUSBError(Exception):
     """ A generic error message that is thrown by the LiveUSBCreator """
     def __init__(self, fullMessage, shortMessage=""):
-        self.args = fullMessage
+        self.args = [fullMessage]
         if shortMessage != "":
             self.short = shortMessage
         else:

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