[commit] r1782 - trunk/Tests/GPyUnit/util
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Fri Jan 6 13:00:37 CST 2012
Author: ksmyth
Date: Fri Jan 6 13:00:36 2012
New Revision: 1782
Log:
Fix exception syntax
Modified:
trunk/Tests/GPyUnit/util/gme.py
Modified: trunk/Tests/GPyUnit/util/gme.py
==============================================================================
--- trunk/Tests/GPyUnit/util/gme.py Fri Jan 6 11:49:38 2012 (r1781)
+++ trunk/Tests/GPyUnit/util/gme.py Fri Jan 6 13:00:36 2012 (r1782)
@@ -357,7 +357,7 @@
import stat
if os.stat(mga_dll_path)[stat.ST_MTIME] < os.stat(mga_py_path)[stat.ST_MTIME]:
regenerate = False
- except (e, WindowsError):
+ except WindowsError, e:
#print repr(e)
pass
More information about the gme-commit
mailing list