Clarify if opening the region file failed or if the headers are wonky
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user