diff --git a/mclevel.py b/mclevel.py index 8752c7e..a377d6b 100644 --- a/mclevel.py +++ b/mclevel.py @@ -610,7 +610,7 @@ class MCLevel(object): info( "Detected Alpha world." ) return lev; except Exception, ex: - warn( "Couldn't understand this file: {1} ".format(ex) ) + warn( "Couldn't understand this file: {0} ".format(ex) ) raise; rawdata = f.read() f.close()