mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-27 14:52:15 +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 "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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user