catching EOFError in admin

This commit is contained in:
Massimo Di Pierro
2012-04-22 20:27:14 -05:00
parent fb8da0f51c
commit ba4565bae3
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
Version 1.99.7 (2012-04-22 20:18:56) dev
Version 1.99.7 (2012-04-22 20:26:53) dev
@@ -1132,6 +1132,8 @@ def errors():
fullpath_file.close()
except IOError:
continue
except EOFError:
continue
hash = hashlib.md5(error['traceback']).hexdigest()