diff -r d901c36bcfce -r 358d8bed9626 server/checkintegrity.py --- a/server/checkintegrity.py Thu Feb 14 15:39:23 2013 +0100 +++ b/server/checkintegrity.py Thu Feb 14 15:38:25 2013 +0100 @@ -285,7 +285,7 @@ continue try: cursor = session.system_sql('SELECT eid_from FROM %s_relation;' % rschema) - except Exception, ex: + except Exception as ex: # usually because table doesn't exist print 'ERROR', ex continue