From 1112b8b6fa1c5abfd05119980a9984f557be28f2 Mon Sep 17 00:00:00 2001 From: David Vierra Date: Sun, 27 Feb 2011 10:01:29 -1000 Subject: [PATCH] go back to not holding files open to avoid having too many files open...? --- mclevel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mclevel.py b/mclevel.py index 4396eb2..8b7612d 100644 --- a/mclevel.py +++ b/mclevel.py @@ -2131,7 +2131,7 @@ def notclosing(f): yield f; class MCRegionFile(object): - holdFileOpen = True #if False, reopens and recloses the file on each access + holdFileOpen = False #if False, reopens and recloses the file on each access @property