projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adc2419
)
...
author
pierre
<ratinaud@univ-tlse2.fr>
Sun, 3 Feb 2013 21:42:34 +0000
(22:42 +0100)
committer
pierre
<ratinaud@univ-tlse2.fr>
Sun, 3 Feb 2013 21:42:34 +0000
(22:42 +0100)
functions.py
patch
|
blob
|
history
diff --git
a/functions.py
b/functions.py
index
f2b57df
..
679e6d4
100644
(file)
--- 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"