From 1bb6b6d7cf6fb8c79e661f6dace301d275a5e95e Mon Sep 17 00:00:00 2001 From: David Vierra Date: Sat, 26 Feb 2011 20:20:34 -1000 Subject: [PATCH] switch to holding region files open --- mclevel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mclevel.py b/mclevel.py index 82ca1a7..35b1a53 100644 --- a/mclevel.py +++ b/mclevel.py @@ -2130,7 +2130,7 @@ def notclosing(f): yield f; class MCRegionFile(object): - holdFileOpen = False #if False, reopens and recloses the file on each access + holdFileOpen = True #if False, reopens and recloses the file on each access @property