Open LorenzoMarnat opened 2 years ago
The JSON file of the tileset doesn't have an endline. The tileset is encoded as JSON with a json.dumps, which doesn't add an endline. Maybe we should add one after writing the tileset.
json.dumps
Indeed it is not json.dumps responsibility to add a trailing endline.
The JSON file of the tileset doesn't have an endline. The tileset is encoded as JSON with a
json.dumps
, which doesn't add an endline. Maybe we should add one after writing the tileset.