diff --git a/scielo_classic_website/spsxml/sps_xml_body_pipes.py b/scielo_classic_website/spsxml/sps_xml_body_pipes.py index 0498dec..d78f354 100644 --- a/scielo_classic_website/spsxml/sps_xml_body_pipes.py +++ b/scielo_classic_website/spsxml/sps_xml_body_pipes.py @@ -1016,7 +1016,7 @@ def parser_node(self, node): sibling = parent.getnext() if sibling is None: - comment = etree.Comment("FIXME check whether element is table-wrap") + comment = ET.Comment("FIXME check whether element is table-wrap") node.insert(1, comment) logging.info(f"Unable to find graphic for {node.get('id')}") return