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:
|
||||
chunks = mcr.get_chunk_info(False)
|
||||
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 = []
|
||||
pass
|
||||
for x, y in chunks:
|
||||
|
||||
Reference in New Issue
Block a user