From: pierre Date: Sun, 3 Feb 2013 21:42:34 +0000 (+0100) Subject: ... X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=commitdiff_plain;h=62e5d072ad5b546f9cace0b4c08be6274dde3021 ... --- diff --git a/functions.py b/functions.py index f2b57df..679e6d4 100644 --- a/functions.py +++ b/functions.py @@ -429,7 +429,7 @@ def BugReport(parent, error = None): txt = exc else : if exc in exceptions : - txt = exceptions[mss] + txt = exceptions[exc] else : txt = exc title = "Information"