Lymkwi / python-minetest

A python library to manipulate minetest's files
6 stars 3 forks source link

Add assert to validate supported protocol version #16

Open guyou opened 6 years ago

guyou commented 6 years ago

It is simpler for the user to understand such assertion instead of a decoding error.

Lymkwi commented 6 years ago

Good idea, but I'd rather raise the libminetest.errors.UnsupportedMapError I added here after checking the mapblock version : https://github.com/LeMagnesium/python-minetest/commit/3d819092e590a7ef822bc62b95cb0eef887a2b61