0

Clarify if opening the region file failed or if the headers are wonky

This commit is contained in:
Xon
2011-03-20 01:22:34 +08:00
parent 6f340dceee
commit cfabf16148

View File

@@ -51,7 +51,7 @@ def main():
try: try:
chunks = mcr.get_chunk_info(False) chunks = mcr.get_chunk_info(False)
except IOError, e: except IOError, e:
print("Error opening regionfile. It may be corrupt. %s"%( e)) print("Error opening regionfile(bad header info). It may be corrupt. %s"%( e))
chunks = [] chunks = []
pass pass
for x, y in chunks: for x, y in chunks: