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