changeset 549:738b2105551f

merge
author digitalxero
date Tue, 30 Mar 2010 06:07:10 -0600
parents 2eb5a6a4c4f9 (current diff) fa95f1c862b4 (diff)
children ebbc4fec8c4f
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/orpg/chat/chatwnd.py	Tue Mar 30 06:06:16 2010 -0600
+++ b/orpg/chat/chatwnd.py	Tue Mar 30 06:07:10 2010 -0600
@@ -2077,7 +2077,7 @@
         if matches and compiled_simple_arithmetic_regex.match(string):
             try:
                 string = str(eval(string))
-            except:
+            except Exception:
                 pass
         return string