mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-01-22 18:36:22 +01:00
break long string to reduce max line length
This commit is contained in:
@@ -587,7 +587,8 @@ def _parse_tiles(tile_element_list: List[etree.Element]) -> Dict[int, objects.Ti
|
|||||||
if my_object is None:
|
if my_object is None:
|
||||||
if "template" in object.attrib:
|
if "template" in object.attrib:
|
||||||
print(
|
print(
|
||||||
"Warning, this .tmx file is using an unsupported 'template' attribute. Ignoring."
|
"Warning, this .tmx file is using an unsupported"
|
||||||
|
"'template' attribute. Ignoring."
|
||||||
)
|
)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user