You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wikiteam/wikiteam3/dumpgenerator/dump/xmldump/xml_integrity.py

12 lines
281 B
Python

from typing import *
from wikiteam3.dumpgenerator.config import Config
def checkXMLIntegrity(
config: Config = None, titles: Iterable[str] = None, session=None
):
"""Check XML dump integrity, to detect broken XML chunks"""
# TODO: Fix XML Integrity Check
return