From a89d61415acf92d8bd8347d27f63f049951c4215 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 29 Aug 2012 21:29:27 +0200 Subject: [PATCH] 'Patch' for an Issue #167 --- lib/core/bigarray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/bigarray.py b/lib/core/bigarray.py index 78b5c3d0e..d7bc71b76 100644 --- a/lib/core/bigarray.py +++ b/lib/core/bigarray.py @@ -114,5 +114,5 @@ class BigArray(list): for filename in self.filenames: try: os.remove(filename) - except OSError: + except: pass