From 62e5d072ad5b546f9cace0b4c08be6274dde3021 Mon Sep 17 00:00:00 2001 From: pierre Date: Sun, 3 Feb 2013 22:42:34 +0100 Subject: [PATCH] ... --- functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.7.4