go back to not holding files open to avoid having too many files open...?

This commit is contained in:
David Vierra 2011-02-27 10:01:29 -10:00
parent 2a7ae26db3
commit 1112b8b6fa

View File

@ -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