X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=functions.py;h=679e6d4b5335704b8fd3c37801ec4ab8727152c4;hp=f2b57df94923c5e82df69d89cec5ede64eb692a0;hb=1fbb2fcb56ff6f0e0a0fa67daf55dadced5d0341;hpb=8e68628ab2d388b0a60350be5f5ceca505fbfa8a 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"