break long string to reduce max line length

This commit is contained in:
Benjamin Kirkbride
2020-04-19 23:27:08 -04:00
parent 4b710bf69c
commit 8528aeacd5

View File

@@ -587,7 +587,8 @@ def _parse_tiles(tile_element_list: List[etree.Element]) -> Dict[int, objects.Ti
if my_object is None:
if "template" in object.attrib:
print(
"Warning, this .tmx file is using an unsupported 'template' attribute. Ignoring."
"Warning, this .tmx file is using an unsupported"
"'template' attribute. Ignoring."
)
continue