From 8528aeacd5ea6f7a44da4b681a23e32bea4fd930 Mon Sep 17 00:00:00 2001 From: Benjamin Kirkbride Date: Sun, 19 Apr 2020 23:27:08 -0400 Subject: [PATCH] break long string to reduce max line length --- pytiled_parser/xml_parser.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pytiled_parser/xml_parser.py b/pytiled_parser/xml_parser.py index d92d79c..adb3f50 100644 --- a/pytiled_parser/xml_parser.py +++ b/pytiled_parser/xml_parser.py @@ -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