disable check integrity function by now

git-svn-id: https://wikiteam.googlecode.com/svn/trunk@758 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
pull/117/head
emijrp 12 years ago
parent 7bbc0aa387
commit e40eb9b826

@ -922,7 +922,9 @@ def removeIP(raw=''):
def checkXMLIntegrity(config={}):
""" Check XML dump integrity, to detect broken XML chunks """
#TODO instead relaunch, ask first to user
return
#TODO fix, instead relaunch, ask first to user, also it fails on windows without grep : (
print "Verifying dump..."
os.chdir(config['path'])
checktitles = os.system('grep "<title>" *.xml -c > /dev/null')

Loading…
Cancel
Save